aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSun <chsun@bonham.cs.unc.edu>2011-03-03 15:59:44 -0500
committerSun <chsun@bonham.cs.unc.edu>2011-03-03 15:59:44 -0500
commit756d92948b6fd0a8f5010d83a22eedf8714d0535 (patch)
tree253cfe15cfb27faac851217c65a60822506d46f7
parent80051e84d7e1cb4251709c2261e15711b8a8f47e (diff)
Revice the old version
-rw-r--r--src/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscalls.c b/src/syscalls.c
index 9d2f2ee..09d6952 100644
--- a/src/syscalls.c
+++ b/src/syscalls.c
@@ -91,5 +91,5 @@ int null_call(cycles_t *timestamp)
91 91
92int register_nv_device(pid_t pid, int nv_device_id) 92int register_nv_device(pid_t pid, int nv_device_id)
93{ 93{
94 return syscall(__NR_set_register_nv_device, pid_t pid, int nv_device_id); 94 return syscall(__NR_register_nv_device, pid_t pid, int nv_device_id);
95} 95}