target-m68k: CAS doesn't need aligned access

Backports commit b19578f42872aefef891e5804359af8d935a5487 from qemu
This commit is contained in:
Laurent Vivier 2018-03-01 19:15:17 -05:00 committed by Lioncash
parent 636bf36272
commit 6ff83aadab
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -1971,7 +1971,6 @@ DISAS_INSN(cas)
default:
g_assert_not_reached();
}
opc |= MO_ALIGN;
ext = read_im16(env, s);