diff options
author | Sun <chsun@bonham.cs.unc.edu> | 2011-03-03 15:59:44 -0500 |
---|---|---|
committer | Sun <chsun@bonham.cs.unc.edu> | 2011-03-03 15:59:44 -0500 |
commit | 756d92948b6fd0a8f5010d83a22eedf8714d0535 (patch) | |
tree | 253cfe15cfb27faac851217c65a60822506d46f7 | |
parent | 80051e84d7e1cb4251709c2261e15711b8a8f47e (diff) |
Revice the old version
-rw-r--r-- | src/syscalls.c | 2 |
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 | ||
92 | int register_nv_device(pid_t pid, int nv_device_id) | 92 | int 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 | } |