summaryrefslogtreecommitdiff
path: root/src/linux/powerpc/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/powerpc/syscallent.h')
-rw-r--r--src/linux/powerpc/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linux/powerpc/syscallent.h b/src/linux/powerpc/syscallent.h
index c8f954be4..ef04a176a 100644
--- a/src/linux/powerpc/syscallent.h
+++ b/src/linux/powerpc/syscallent.h
@@ -285,8 +285,8 @@
[275] = { 0, TD, SEN(inotify_init), "inotify_init" },
[276] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
[277] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
-[278] = { 3, 0, SEN(printargs), "spu_run" },
-[279] = { 4, 0, SEN(printargs), "spu_create" },
+[278] = { 3, TD, SEN(spu_run), "spu_run" },
+[279] = { 4, TD|TF, SEN(spu_create), "spu_create" },
[280] = { 6, TD, SEN(pselect6_time32), "pselect6" },
[281] = { 5, TD, SEN(ppoll_time32), "ppoll" },
[282] = { 1, 0, SEN(unshare), "unshare" },