sinclairql: fixed the relocation marker comment in the startup code. no functional change

git-svn-id: trunk@47432 -
This commit is contained in:
Károly Balogh 2020-11-15 23:19:38 +00:00
parent 45fb1fcb44
commit 2a733aa751

View File

@ -64,8 +64,8 @@ begin
move.w -2(a1),d7
beq @noreloc
{ zero out the number of relocation marker, so if our code is
called again, without reload, it won't relocate itself twice }
{ zero out the relocation marker, so if our code is called again
without reload, it won't relocate itself twice }
move.w #0,-2(a1)
{ first item in the relocation table is the number of relocs }