sim: syscall: add common sim_syscall helpers
[deliverable/binutils-gdb.git] / sim / common / syscall.c
index 29b73c24a2d168215073d843b03858e19320c117..0c37428804884a1cc13204e13326b9b7b4d31155 100644 (file)
@@ -240,7 +240,7 @@ cb_syscall (host_callback *cb, CB_SYSCALL *sc)
 #endif /* wip */
 
     case CB_SYS_exit :
-      /* Caller must catch and handle.  */
+      /* Caller must catch and handle; see sim_syscall as an example.  */
       break;
 
     case CB_SYS_open :
This page took 0.023129 seconds and 4 git commands to generate.