about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-05-19 10:10:36 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-05-19 10:10:36 +0200
commit152a8a4666f253d367dc664bfd329edf53b3e5b3 (patch)
tree8f8c88dcd6269c68c7e2ac1bef98c6e91a31708d /src
parent86669beb7a19a4b66ac8dedca14bbac4995c01bf (diff)
downloadbox64-152a8a4666f253d367dc664bfd329edf53b3e5b3.tar.gz
box64-152a8a4666f253d367dc664bfd329edf53b3e5b3.zip
Removed useless GetFS in F0 prefix interpretor
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64run66f0.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/emu/x64run66f0.c b/src/emu/x64run66f0.c
index e81c380f..cdfecd06 100644
--- a/src/emu/x64run66f0.c
+++ b/src/emu/x64run66f0.c
@@ -27,11 +27,10 @@ int Run66F0(x64emu_t *emu, rex_t rex)
 {
     uint8_t opcode;
     uint8_t nextop;
-    uint16_t tmp16u, tmp16u2;
+    uint16_t tmp16u2;
     int64_t tmp64s;
     uint64_t tmp64u, tmp64u2;
-    reg64_t *oped, *opgd;
-    uintptr_t tlsdata = GetFSBaseEmu(emu);
+    reg64_t *oped;
 
     opcode = F8;
     // REX prefix before the F0 are ignored