mirror of https://github.com/xemu-project/xemu.git
target-m68k: CAS doesn't need aligned access
Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <rth@twiddle.net> Message-Id: <1484332593-16782-5-git-send-email-laurent@vivier.eu>
This commit is contained in:
parent
308feb9352
commit
b19578f428
|
@ -1934,7 +1934,6 @@ DISAS_INSN(cas)
|
|||
default:
|
||||
g_assert_not_reached();
|
||||
}
|
||||
opc |= MO_ALIGN;
|
||||
|
||||
ext = read_im16(env, s);
|
||||
|
||||
|
|
Loading…
Reference in New Issue