about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-06 20:33:29 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-06 20:33:29 +0200
commitdb1c033c7c1bce2451c018bde8a2f56e04bc82e5 (patch)
tree98a56eb84c677b6456f3f85f1185d5b152824ac0
parent489afcfb41e841424ad9bd930702b3ec5b235573 (diff)
downloadbox64-db1c033c7c1bce2451c018bde8a2f56e04bc82e5.tar.gz
box64-db1c033c7c1bce2451c018bde8a2f56e04bc82e5.zip
Cosmetic change
-rw-r--r--src/emu/x64runf30f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64runf30f.c b/src/emu/x64runf30f.c
index d599136f..a85a85e7 100644
--- a/src/emu/x64runf30f.c
+++ b/src/emu/x64runf30f.c
@@ -43,7 +43,7 @@ int RunF30F(x64emu_t *emu, rex_t rex)
         GETEX(0);

         GETGX;

         GX->ud[0] = EX->ud[0];

-        if((nextop&0xC0)!=0xC0) {

+        if(!MODREG) {

             // EX is not a register (reg to reg only move 31:0)

             GX->ud[1] = GX->ud[2] = GX->ud[3] = 0;

         }