]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
Fix JIT V-flag handling, V was always cleared. (addx, subx, negx, any instruction...
authorToni Wilen <twilen@winuae.net>
Mon, 21 May 2018 19:11:43 +0000 (22:11 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 21 May 2018 19:11:43 +0000 (22:11 +0300)
commita9c28d42dfabde804d60e17da488983aeaf517b2
tree3ea79950f8408abad9f022ee74e2251430eb0711
parent328f2fb4414b772a110f5703ec64f097b77a073a
Fix JIT V-flag handling, V was always cleared. (addx, subx, negx, any instruction that used set_zero())
jit/codegen_x86.cpp
jit/gencomp.cpp