X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firop_t.h;h=0e6cbb050f9049945fa18d1ddbd3dac8ced25772;hb=b78bdd4d94de46de4156272e6dbfe44e97933a5b;hp=aa67a72c80b7a72c047f45a94ca7ef13f35bcf5a;hpb=6ce54897086db42a2f4a59d946e9895954cc9ef3;p=libfirm diff --git a/ir/ir/irop_t.h b/ir/ir/irop_t.h index aa67a72c8..0e6cbb050 100644 --- a/ir/ir/irop_t.h +++ b/ir/ir/irop_t.h @@ -56,7 +56,7 @@ void default_copy_attr(const ir_node *old_node, ir_node *new_node); * Returns the attribute size of nodes of this opcode. * @note Use not encouraged, internal feature. */ -static INLINE int get_op_attr_size (const ir_op *op) { +static INLINE size_t get_op_attr_size (const ir_op *op) { return op->attr_size; }