mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 23:50:00 +01:00
Merge pull request #424 from meme/readme
Correct README (`jit` to `cpu`)
This commit is contained in:
commit
a1663d08ed
@ -152,8 +152,8 @@ int main(int argc, char** argv) {
|
|||||||
// Execute!
|
// Execute!
|
||||||
cpu.Run();
|
cpu.Run();
|
||||||
|
|
||||||
// Here we would expect jit.Regs()[0] == 8
|
// Here we would expect cpu.Regs()[0] == 8
|
||||||
printf("R0: %u\n", jit.Regs()[0]);
|
printf("R0: %u\n", cpu.Regs()[0]);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user