瀏覽代碼

* fixed for ppc

Jonas Maebe 22 年之前
父節點
當前提交
706de77ef7
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/test/tstring4.pp

+ 3 - 0
tests/test/tstring4.pp

@@ -3,6 +3,9 @@ Program ansitest;
 {$ifdef cpu68k}
   {$define COMP_IS_INT64}
 {$endif cpu68k}
+{$ifdef cpupowerpc}
+  {$define COMP_IS_INT64}
+{$endif cpupowerpc}
 
 {$ifndef fpc}
 Function Memavail : Longint;