fix gcc 3.x hex const
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 9 Nov 2005 15:12:43 +0000 (15:12 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 9 Nov 2005 15:12:43 +0000 (15:12 +0000)
[r6899]

ir/tr/type.h

index 4bf2e3b..38d0bb3 100644 (file)
@@ -787,7 +787,7 @@ typedef enum {
                                          GCC: __attribute__((naked)). */
   mtp_property_malloc    = 0x00000020, /**< This graph returns newly allocate memory.
                                          GCC: __attribute__((malloc)). */
-  mtp_property_inherited = 0x80000000  /**< used only in irgs, means property is inherited
+  mtp_property_inherited = 0x40000000  /**< used only in irgs, means property is inherited
                                          from type. */
 } mtp_additional_property;