mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 13:31:47 +02:00
* m68k: "or" without suffix is not accepted, must be "or.l"
git-svn-id: trunk@28184 -
This commit is contained in:
parent
cfe13734e0
commit
6bcaa88c3a
@ -62,7 +62,7 @@ asm
|
|||||||
tst.l d0
|
tst.l d0
|
||||||
seq d1
|
seq d1
|
||||||
and.l #1,d1
|
and.l #1,d1
|
||||||
or d1,d0
|
or.l d1,d0
|
||||||
// restore FP
|
// restore FP
|
||||||
move.l (a0),fp
|
move.l (a0),fp
|
||||||
// restore SP
|
// restore SP
|
||||||
|
Loading…
Reference in New Issue
Block a user