mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
trap.asm:
fixed a comment regarding exec(2)
This commit is contained in:
parent
769c8a8027
commit
750cc1d6da
@ -6,7 +6,7 @@
|
||||
* v2.0.6
|
||||
* Copyright 1991-1997, Procyon Inc.
|
||||
*
|
||||
* $Id: trap.asm,v 1.2 1997/07/27 23:33:36 gdr Exp $
|
||||
* $Id: trap.asm,v 1.3 1998/05/30 15:36:15 gdr-ftp Exp $
|
||||
*
|
||||
case on
|
||||
mcopy trap.mac
|
||||
@ -309,7 +309,7 @@ argc equ name+4
|
||||
|
||||
* int exec(char *filename,char *cmdline) inline(0x0C03, udispatch);
|
||||
*
|
||||
* This function is provided in syscall.c
|
||||
* This function is provided in exec.c
|
||||
*
|
||||
*exec START libc_sys__
|
||||
*retval equ 1
|
||||
|
Loading…
Reference in New Issue
Block a user