diff --git a/PowerRecomp/main.cpp b/PowerRecomp/main.cpp index dd2d298..b2979cc 100644 --- a/PowerRecomp/main.cpp +++ b/PowerRecomp/main.cpp @@ -178,7 +178,7 @@ int main() std::println(f, "\tctx.lr = 0x{:X};", base); std::println(f, "\tcallerCtx = ctx;"); std::println(f, "\t{}(callerCtx, base);", targetName); - std::println(f, "\ctx = callerCtx;"); + std::println(f, "\tctx = callerCtx;"); break; }