fix off by one error

This commit is contained in:
chuck 1996-05-29 01:52:03 +00:00
parent 5c1983c016
commit 6645fec14e

View File

@ -58,6 +58,6 @@ _go:
movl sp@(8), a3 | nb args (start)
movl sp@(12), a4 | nb end args
movl #Lname, a5 | args
movl #Lname+6, a6 | end args
movl #Lname+5, a6 | end args
| SRT0 will set stack
jmp a1@ | GO!