From ec40cddac0cc521ece7cef5dcd68b48ae6f733cc Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 5 Jun 2006 15:49:51 +0000 Subject: [PATCH] Fixed type of _get_tpop_attr_size() [r7869] --- ir/tr/tpop_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tr/tpop_t.h b/ir/tr/tpop_t.h index 91c4829a0..e3e4cc901 100644 --- a/ir/tr/tpop_t.h +++ b/ir/tr/tpop_t.h @@ -149,7 +149,7 @@ _get_tpop_ident(const tp_op *op){ return op->name; } -static INLINE int +static INLINE size_t _get_tpop_attr_size(const tp_op *op) { return op->attr_size; } -- 2.20.1