* m68k: "or" without suffix is not accepted, must be "or.l"

git-svn-id: trunk@28184 -
This commit is contained in:
sergei 2014-07-08 18:48:57 +00:00
parent cfe13734e0
commit 6bcaa88c3a

View File

@ -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