I seem to relearn blr != return once every month or so.

This commit is contained in:
Ben Vanik
2014-02-02 14:35:16 -08:00
parent 2d65bea0ea
commit ef5f59ed0b
15 changed files with 67 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ int alloy_sandbox(int argc, xechar_t** argv) {
ctx->lr = 0xBEBEBEBE;
ctx->r[5] = 10;
ctx->r[25] = 25;
fn->Call(thread_state);
fn->Call(thread_state, ctx->lr);
auto result = ctx->r[11];
delete thread_state;