Jelajahi Sumber

* define R_SUBWHOLE = R_SUBW for Z80

git-svn-id: branches/z80@44490 -
nickysn 5 tahun lalu
induk
melakukan
b486e6b353
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      compiler/z80/cpubase.pas

+ 1 - 1
compiler/z80/cpubase.pas

@@ -89,7 +89,7 @@ unit cpubase;
       {$i rz80sup.inc}
 
       { No Subregisters }
-      R_SUBWHOLE = R_SUBNONE;
+      R_SUBWHOLE = R_SUBW;
 
       { Available Registers }
       {$i rz80con.inc}