Removed rogue CPU_BLOCK_END() from ropMOV_r_b()
This commit is contained in:
parent
e64271f5bb
commit
ab359ca9c5
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@ uint32_t ropMOV_r_b(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t
|
|||
target_seg = codegen_generate_ea(ir, op_ea_seg, fetchdat, op_ssegs, &op_pc, op_32);
|
||||
codegen_check_seg_read(block, ir, target_seg);
|
||||
uop_MEM_LOAD_REG(ir, IREG_8(dest_reg), ireg_seg_base(target_seg), IREG_eaaddr);
|
||||
CPU_BLOCK_END();
|
||||
}
|
||||
|
||||
return op_pc + 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue