From c72b141a46a8a575b64eb57c09f0f7f905bb1cc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Wed, 9 Nov 2005 15:12:43 +0000 Subject: [PATCH] fix gcc 3.x hex const [r6899] --- ir/tr/type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tr/type.h b/ir/tr/type.h index 4bf2e3b72..38d0bb3b4 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -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; -- 2.20.1