]> Git Repo - qemu.git/commit
target-i386: fix decoding of negative 4-byte displacements
authorPaolo Bonzini <[email protected]>
Fri, 4 Jun 2010 14:27:33 +0000 (16:27 +0200)
committerBlue Swirl <[email protected]>
Fri, 4 Jun 2010 19:48:53 +0000 (19:48 +0000)
commit8c0e6340fb53cb3f94c0f43abb19eb485f30840e
tree8eec228c9a8ba5d1e14a8dfcdea1929fae05f27f
parent358c360feb346dff8f911e2d1dbcdd6319393f1d
target-i386: fix decoding of negative 4-byte displacements

Negative four byte displacements need to be sign-extended after
c086b783eb7a578993d6d2ab62c4c2666800b63d.  Do so.

Signed-off-by: Paolo Bonzini <[email protected]>
Acked-by: Richard Henderson <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-i386/translate.c
This page took 0.025773 seconds and 4 git commands to generate.