diff options
-rw-r--r-- | sim/common/syscall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/syscall.c b/sim/common/syscall.c index 1556ece..a1031d9 100644 --- a/sim/common/syscall.c +++ b/sim/common/syscall.c @@ -123,8 +123,6 @@ get_path (cb, sc, addr, bufp) } /* Perform a system call on behalf of the target. */ -/* FIXME: TODO: Add magic number to CB_SYSCALL, macro to initialize it, - and test for the magic number here. */ CB_RC cb_syscall (cb, sc) |