diff options
author | Doug Evans <dje@google.com> | 1997-11-26 19:53:26 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-11-26 19:53:26 +0000 |
commit | 6b8d6a1c49ccf1062e9cb753952f8cbe3fdbffdf (patch) | |
tree | 86a6ee214cda85b9d80e44d3ff95860525685697 /sim | |
parent | 4123aca8104bc6442c977cca937aef83ad0a959b (diff) | |
download | gdb-6b8d6a1c49ccf1062e9cb753952f8cbe3fdbffdf.zip gdb-6b8d6a1c49ccf1062e9cb753952f8cbe3fdbffdf.tar.gz gdb-6b8d6a1c49ccf1062e9cb753952f8cbe3fdbffdf.tar.bz2 |
Delete magic number FIXME.
Diffstat (limited to 'sim')
-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) |