From 152a8a4666f253d367dc664bfd329edf53b3e5b3 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 19 May 2021 10:10:36 +0200 Subject: Removed useless GetFS in F0 prefix interpretor --- src/emu/x64run66f0.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit 1.4.1