mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +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
|
||||
seq d1
|
||||
and.l #1,d1
|
||||
or d1,d0
|
||||
or.l d1,d0
|
||||
// restore FP
|
||||
move.l (a0),fp
|
||||
// restore SP
|
||||
|
Loading…
Reference in New Issue
Block a user