Browse Source

* secondunaryminus test clarification

carl 24 năm trước cách đây
mục cha
commit
e47f7d2bb3
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      tests/test/README

+ 4 - 1
tests/test/README

@@ -9,6 +9,9 @@ simple cases of the code generator. Used for porting to other
 architectures. Tries to validate all possible Location types
 valid for that node.
 
+'Natural type' is a signed 32-bit value on 32-bit architectures.
+'Natural type' is a signed 64-bit value on 64-bit architectures.
+
 secondadd() ........... /cg/taddbool.pp      Boolean arithmetic operations     
 secondadd() ........... /cg/taddcard.pp      Cardinal arithmetic operations
 secondadd() ........... /cg/taddreal.pp      Real arithmetic operations
@@ -16,7 +19,7 @@ secondadd() ........... /cg/taddlong.pp      Longint arithmetic operations
 secondload()........... /cg/tldparam.pp      Load subroutine parameters
 secondload()........... /cg/tldlocal.pp      Load subroutine local variables
 secondshlshr()......... /cg/tshlshr.pp       Shift routines on natural compiler types
-secondunaryminus()..... /cg/tneg.pp          Negate 
+secondunaryminus()..... /cg/tneg.pp          Negate on natural compiler types
 
 --------------------------------------------------------------------
                         Compiler