diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64run0f.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/emu/x64run0f.c b/src/emu/x64run0f.c index cdaf3e4a..d49f8807 100644 --- a/src/emu/x64run0f.c +++ b/src/emu/x64run0f.c @@ -75,10 +75,7 @@ int Run0F(x64emu_t *emu, rex_t rex) nextop = F8; GETEB; GETGD; - if(rex.w) - GD->q[0] = EB->byte[0]; - else - GD->dword[0] = EB->byte[0]; + GD->q[0] = EB->byte[0]; break; default: |