summaryrefslogtreecommitdiff
path: root/src/arch/sparc/solaris/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/sparc/solaris/process.hh')
-rw-r--r--src/arch/sparc/solaris/process.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/sparc/solaris/process.hh b/src/arch/sparc/solaris/process.hh
index 660802cef..39e3aef17 100644
--- a/src/arch/sparc/solaris/process.hh
+++ b/src/arch/sparc/solaris/process.hh
@@ -49,6 +49,8 @@ class SparcSolarisProcess : public Sparc64Process
/// The target system's hostname.
static const char *hostname;
+ void syscall(ThreadContext *tc, Fault *fault) override;
+
/// Array of syscall descriptors, indexed by call number.
static SyscallDesc syscallDescs[];