소스 검색

* exit on stack fixed

carl 27 년 전
부모
커밋
73f8565363
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      rtl/amiga/prt0.as

+ 2 - 1
rtl/amiga/prt0.as

@@ -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