mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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
1 changed files with 0 additions and 1 deletions
|
@ -1934,7 +1934,6 @@ DISAS_INSN(cas)
|
|||
default:
|
||||
g_assert_not_reached();
|
||||
}
|
||||
opc |= MO_ALIGN;
|
||||
|
||||
ext = read_im16(env, s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue