mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 18:32:43 +00:00
JitInterface: fix disassembly entry point
This adds the downcount check code to the disassembly text and removes the bogus instructions at the end.
This commit is contained in:
parent
0821607b2f
commit
8adca82cc6
@ -202,8 +202,7 @@ namespace JitInterface
|
||||
|
||||
JitBlock* block = jit->GetBlockCache()->GetBlock(block_num);
|
||||
|
||||
*code = (const u8*)jit->GetBlockCache()->GetCompiledCodeFromBlock(block_num);
|
||||
|
||||
*code = block->checkedEntry;
|
||||
*code_size = block->codeSize;
|
||||
*address = block->originalAddress;
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user