diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/pseudo_inst.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/pseudo_inst.cc b/src/arch/x86/pseudo_inst.cc index 6c1a7f8bf..62d8b25c5 100644 --- a/src/arch/x86/pseudo_inst.cc +++ b/src/arch/x86/pseudo_inst.cc @@ -51,10 +51,6 @@ m5Syscall(ThreadContext *tc) Fault fault; tc->syscall(tc->readIntReg(INTREG_RAX), &fault); - - RegVal rflags = tc->readMiscReg(MISCREG_RFLAGS); - rflags &= ~(1 << 16); - tc->setMiscReg(MISCREG_RFLAGS, rflags); } /* |