Selaa lähdekoodia

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

git-svn-id: trunk@28184 -
sergei 11 vuotta sitten
vanhempi
commit
6bcaa88c3a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      rtl/m68k/setjump.inc

+ 1 - 1
rtl/m68k/setjump.inc

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