summaryrefslogtreecommitdiff
path: root/src/arch/x86/process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/process.cc')
-rw-r--r--src/arch/x86/process.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/process.cc b/src/arch/x86/process.cc
index 82a23027d..13cbf6edd 100644
--- a/src/arch/x86/process.cc
+++ b/src/arch/x86/process.cc
@@ -80,6 +80,7 @@ static const int ArgumentReg32[] = {
INTREG_EDX,
INTREG_ESI,
INTREG_EDI,
+ INTREG_EBP
};
static const int NumArgumentRegs32 = sizeof(ArgumentReg) / sizeof(const int);