mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 10:28:54 +02:00
fixed typo
git-svn-id: trunk@23269 -
This commit is contained in:
parent
0702109f37
commit
652d69d145
@ -103,7 +103,7 @@ asm
|
||||
// Save temporarily into d1 slot
|
||||
move.l d0,12(a0)
|
||||
// restore FP
|
||||
{$if define(amiga)}
|
||||
{$if defined(amiga)}
|
||||
move.l (a0), a5
|
||||
{$else}
|
||||
move.l (a0), a6
|
||||
|
Loading…
Reference in New Issue
Block a user