Some more tidying up

This commit is contained in:
Aurora
2016-04-02 18:48:31 +02:00
parent 3475cfe1e6
commit 24186a7148
8 changed files with 54 additions and 42 deletions

View File

@@ -158,7 +158,7 @@ static Result load_code(u64 progid, prog_addrs_t *shared, u64 prog_handle, int i
}
// patch
patch_code(progid, (u8 *)shared->text_addr, shared->total_size << 12);
patchCode(progid, (u8 *)shared->text_addr, shared->total_size << 12);
return 0;
}