Browse Source

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

git-svn-id: trunk@28254 -
sergei 11 years ago
parent
commit
a61321b4bd
1 changed files with 1 additions and 1 deletions
  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}