Explorar el Código

* m68k "rts" instruction has code $4e75 ($4e74 is "rtd" which is wrong here)

git-svn-id: trunk@28254 -
sergei hace 11 años
padre
commit
a61321b4bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/webtbs/tw11563.pp

+ 1 - 1
tests/webtbs/tw11563.pp

@@ -56,7 +56,7 @@ program ExecStack;
     DoNothing;
 {$endif cpumips}
 {$ifdef cpum68k}
-    ret:=$4E74;
+    ret:=$4E75;
     DoNothing:=proc(@ret);
     DoNothing;
 {$endif cpum68k}