mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-06 10:30:50 +00:00
Change call of execve to _execve.
This commit is contained in:
parent
1f9c2a058b
commit
068fd5bb72
@ -5,8 +5,9 @@
|
||||
* Developed by:
|
||||
* Jawaid Bazyar
|
||||
* Tim Meekins
|
||||
* Modified by Dave Tribby for GNO/ME 2.0.6
|
||||
*
|
||||
* $Id: invoke.asm,v 1.2 1998/04/24 15:38:25 gdr-ftp Exp $
|
||||
* $Id: invoke.asm,v 1.3 1998/05/11 19:18:43 tribby Exp $
|
||||
*
|
||||
**************************************************************************
|
||||
*
|
||||
@ -402,8 +403,9 @@ invoke0 phk
|
||||
|
||||
jsl infork
|
||||
bcs invoke1
|
||||
* Change for GNO 2.0.6: call _execve instead of execve
|
||||
case on
|
||||
jsl execve
|
||||
jsl _execve
|
||||
case off
|
||||
rtl
|
||||
invoke1 pla
|
||||
|
Loading…
x
Reference in New Issue
Block a user