mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:49:14 +02:00
* exit on stack fixed
This commit is contained in:
parent
7188276bb7
commit
73f8565363
@ -10,7 +10,8 @@ start:
|
||||
| Save stack pointer for exit() routine
|
||||
|
||||
movel sp,STKPTR | save stack pointer
|
||||
addl #4,STKPTR | account for this jsr to get to original
|
||||
| This was wrong compared to PCQ
|
||||
| addl #4,STKPTR | account for this jsr to get to original
|
||||
|
||||
| Save the command line pointer to CommandLine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user