mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
sinclairql: fixed the relocation marker comment in the startup code. no functional change
git-svn-id: trunk@47432 -
This commit is contained in:
parent
45fb1fcb44
commit
2a733aa751
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user