mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-29 14:49:44 +00:00
Merge pull request #127 from rickyzhang82/pr-fix-mixed-space-tab
Fix mixed spaces and indentation
This commit is contained in:
commit
723bedd55a
@ -526,7 +526,7 @@ static int verify_ea (int reg, amodes mode, wordsizes size, uae_u32 *val)
|
||||
break;
|
||||
case Ad8r:
|
||||
addr = m68k_areg (regs, reg);
|
||||
d8r_common:
|
||||
d8r_common:
|
||||
dp = get_iword_1 (m68kpc_offset); m68kpc_offset += 2;
|
||||
disp8 = dp & 0xFF;
|
||||
r = (dp & 0x7000) >> 12;
|
||||
|
Loading…
Reference in New Issue
Block a user