소스 검색

zxspectrum: in the pascal startup code, match start symbol name with the asm startup code

git-svn-id: trunk@45167 -
Károly Balogh 5 년 전
부모
커밋
594138141a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/zxspectrum/si_prc.pp

+ 1 - 1
rtl/zxspectrum/si_prc.pp

@@ -27,7 +27,7 @@ var
 procedure PascalMain; external name 'PASCALMAIN';
 
 { this *must* always remain the first procedure with code in this unit }
-procedure _start; assembler; nostackframe; public name '_start';
+procedure _start; assembler; nostackframe; public name 'start';
 asm
     ld sp, fpc_stackarea_end
     ld (FPC_SAVE_IY), iy