aboutsummaryrefslogtreecommitdiffstats
path: root/sysmips.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysmips.c')
-rw-r--r--sysmips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysmips.c b/sysmips.c
index 6728b8a7..d7d5455e 100644
--- a/sysmips.c
+++ b/sysmips.c
@@ -15,7 +15,7 @@
#include "xlat/sysmips_operations.h"
-int sys_sysmips(struct tcb *tcp)
+SYS_FUNC(sysmips)
{
if (entering(tcp)) {
printxval(sysmips_operations, tcp->u_arg[0], "???");