mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-24 10:55:04 +00:00
target-m68k: CAS doesn't need aligned access
Backports commit b19578f42872aefef891e5804359af8d935a5487 from qemu
This commit is contained in:
parent
636bf36272
commit
6ff83aadab
|
@ -1971,7 +1971,6 @@ DISAS_INSN(cas)
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached();
|
g_assert_not_reached();
|
||||||
}
|
}
|
||||||
opc |= MO_ALIGN;
|
|
||||||
|
|
||||||
ext = read_im16(env, s);
|
ext = read_im16(env, s);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue