]> Git Repo - qemu.git/commit
target-m68k: fix bit operation with immediate value
authorLaurent Vivier <[email protected]>
Fri, 13 Jan 2017 18:36:29 +0000 (19:36 +0100)
committerLaurent Vivier <[email protected]>
Sat, 14 Jan 2017 09:06:21 +0000 (10:06 +0100)
commitfe53c2be8c12da345bd788b949e0b2360e4b3db3
treefc7fbe8e510608140a15405b66c8fd6efa3a66d8
parent7b6de33e3032f33a9097665adf336c5c3a9eaea7
target-m68k: fix bit operation with immediate value

M680x0 bit operations with an immediate value use 9 bits of the 16bit
value, while coldfire ones use only 8 bits.

Signed-off-by: Laurent Vivier <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <1484332593[email protected]>
target/m68k/translate.c
This page took 0.024132 seconds and 4 git commands to generate.