瀏覽代碼

* fixed handling of 16-bit consts in the Z80 asm reader

git-svn-id: branches/z80@44807 -
nickysn 5 年之前
父節點
當前提交
957eaf721b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/rautils.pas

+ 2 - 0
compiler/rautils.pas

@@ -54,6 +54,8 @@ type
       OPR_CONSTANT  : (val:longint);
 {$elseif defined(i8086)}
       OPR_CONSTANT  : (val:longint);
+{$elseif defined(Z80)}
+      OPR_CONSTANT  : (val:longint);
 {$else}
       OPR_CONSTANT  : (val:aint);
 {$endif}