From: Doug Evans Date: Tue, 25 Nov 1997 18:43:29 +0000 (+0000) Subject: Add comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ee2892be8a7f89135cd491a06867493df076dfc;p=binutils-gdb.git Add comment. --- diff --git a/sim/common/syscall.c b/sim/common/syscall.c index 7ff49b5e317..4f0c96c7869 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)