about summary refs log tree commit diff stats
path: root/src/emu/x64runf0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/x64runf0.c')
-rw-r--r--src/emu/x64runf0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/x64runf0.c b/src/emu/x64runf0.c
index 883b35ac..41b51362 100644
--- a/src/emu/x64runf0.c
+++ b/src/emu/x64runf0.c
@@ -31,7 +31,7 @@ int RunF0(x64emu_t *emu, rex_t rex)
     uint8_t opcode;

     uint8_t nextop;

     uint8_t tmp8u;

-    int32_t tmp32s;

+    int32_t tmp32s;             (void)tmp32s;

     uint32_t tmp32u, tmp32u2;

     int64_t tmp64s;

     uint64_t tmp64u, tmp64u2;

@@ -700,4 +700,4 @@ int RunF0(x64emu_t *emu, rex_t rex)
             return 1;

     }

     return 0;

-}
\ No newline at end of file
+}