mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 13:33:56 +00:00
Whoops.
This commit is contained in:
@@ -178,7 +178,7 @@ int main()
|
|||||||
std::println(f, "\tctx.lr = 0x{:X};", base);
|
std::println(f, "\tctx.lr = 0x{:X};", base);
|
||||||
std::println(f, "\tcallerCtx = ctx;");
|
std::println(f, "\tcallerCtx = ctx;");
|
||||||
std::println(f, "\t{}(callerCtx, base);", targetName);
|
std::println(f, "\t{}(callerCtx, base);", targetName);
|
||||||
std::println(f, "\ctx = callerCtx;");
|
std::println(f, "\tctx = callerCtx;");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user