Explorar o código

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

git-svn-id: trunk@28254 -
sergei %!s(int64=11) %!d(string=hai) anos
pai
achega
a61321b4bd
Modificáronse 1 ficheiros con 1 adicións e 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}