diff options
Diffstat (limited to 'src/arch/x86/process.cc')
-rw-r--r-- | src/arch/x86/process.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/process.cc b/src/arch/x86/process.cc index 4a61ed168..43dd4a591 100644 --- a/src/arch/x86/process.cc +++ b/src/arch/x86/process.cc @@ -104,7 +104,6 @@ using namespace std; using namespace X86ISA; -static const int ReturnValueReg = INTREG_RAX; static const int ArgumentReg[] = { INTREG_RDI, INTREG_RSI, |