mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
sinclairql: hopefully fix off-by-one processing in the packed relocs code
git-svn-id: trunk@49232 -
This commit is contained in:
parent
71dc62dde6
commit
6dbcd17f54
@ -107,7 +107,7 @@ asm
|
||||
add.l d1,d2
|
||||
add.l d0,(a0,d2)
|
||||
subq.l #1,d7
|
||||
bpl @relocloop
|
||||
bgt @relocloop
|
||||
{$ENDIF PACKEDRELOCS}
|
||||
|
||||
@noreloc:
|
||||
|
Loading…
Reference in New Issue
Block a user