From 594138141af83d43148e8449d1ed8a876dc0d536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Wed, 29 Apr 2020 01:18:37 +0000 Subject: [PATCH] zxspectrum: in the pascal startup code, match start symbol name with the asm startup code git-svn-id: trunk@45167 - --- rtl/zxspectrum/si_prc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/zxspectrum/si_prc.pp b/rtl/zxspectrum/si_prc.pp index 3a49731809..fd5cd57f09 100644 --- a/rtl/zxspectrum/si_prc.pp +++ b/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