diff options
author | Doug Evans <dje@google.com> | 1997-11-25 18:43:29 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-11-25 18:43:29 +0000 |
commit | 4ee2892be8a7f89135cd491a06867493df076dfc (patch) | |
tree | 4c6b83323bffd76ff81a487bd472063b29554a89 /sim/common/syscall.c | |
parent | 90d74939df5b79e6ffd8cd080b4e5f66112c9fb5 (diff) | |
download | gdb-4ee2892be8a7f89135cd491a06867493df076dfc.zip gdb-4ee2892be8a7f89135cd491a06867493df076dfc.tar.gz gdb-4ee2892be8a7f89135cd491a06867493df076dfc.tar.bz2 |
Add comment.
Diffstat (limited to 'sim/common/syscall.c')
-rw-r--r-- | sim/common/syscall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/syscall.c b/sim/common/syscall.c index 7ff49b5..4f0c96c 100644 --- a/sim/common/syscall.c +++ b/sim/common/syscall.c @@ -123,6 +123,8 @@ 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) |