mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Do translate BSR.L, we don't have any issue with that even if we are
doing block inlining since we have a complete chain of information about the blocks to checksum.
This commit is contained in:
parent
e11dd3d375
commit
724516511a
@ -1601,8 +1601,6 @@ gen_opcode (unsigned long int opcode)
|
||||
gen_update_next_handler();
|
||||
break;
|
||||
case i_BSR:
|
||||
if (curi->size==sz_long)
|
||||
failure;
|
||||
is_const_jump;
|
||||
genamode (curi->smode, "srcreg", curi->size, "src", 1, 0);
|
||||
start_brace();
|
||||
|
Loading…
Reference in New Issue
Block a user