Browse Source

+ powerpc support

florian 22 years ago
parent
commit
a7643bea3d
1 changed files with 8 additions and 1 deletions
  1. 8 1
      tests/test/cg/tcalobj1.pp

+ 8 - 1
tests/test/cg/tcalobj1.pp

@@ -30,6 +30,10 @@ program tcalobj1;
  {$ifdef cpu86}
  {$ifdef cpu86}
    BIG_INDEX = 33000;
    BIG_INDEX = 33000;
    SMALL_INDEX = 13;     { value should not be aligned! }
    SMALL_INDEX = 13;     { value should not be aligned! }
+ {$endif}
+ {$ifdef cpupowerpc}
+   BIG_INDEX = 33000;
+   SMALL_INDEX = 13;     { value should not be aligned! }
  {$endif}
  {$endif}
    RESULT_U8BIT = $55;
    RESULT_U8BIT = $55;
    RESULT_U16BIT = 2*RESULT_U8BIT;
    RESULT_U16BIT = 2*RESULT_U8BIT;
@@ -3292,7 +3296,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-09-07 15:40:52  peter
+  Revision 1.4  2003-04-21 18:34:00  florian
+    + powerpc support
+
+  Revision 1.3  2002/09/07 15:40:52  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
   Revision 1.2  2002/05/05 19:13:19  carl
   Revision 1.2  2002/05/05 19:13:19  carl