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

git-svn-id: trunk@45167 -
This commit is contained in:
Károly Balogh 2020-04-29 01:18:37 +00:00
parent 59b90c24ed
commit 594138141a

View File

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