From ce3f9621f6ec87aff1c306c1dd1454871b17fcf2 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:45:59 +0300 Subject: [PATCH] Whoops. --- PowerRecomp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }