X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fmips_nodes_attr.h;h=b68eb835fe20eece7e18354eb83efd7cb944a63d;hb=213c4b9fb82f0fb180920fafe45123b225f9b2d1;hp=e9df30ce12bd8ddef4b0cf084c7fabf76cd65c8c;hpb=1161999117f5c0f56b3af2dc9bb7150e03761905;p=libfirm diff --git a/ir/be/mips/mips_nodes_attr.h b/ir/be/mips/mips_nodes_attr.h index e9df30ce1..b68eb835f 100644 --- a/ir/be/mips/mips_nodes_attr.h +++ b/ir/be/mips/mips_nodes_attr.h @@ -22,7 +22,7 @@ typedef struct _mips_attr_t { ir_mode *load_store_mode; /**< contains the mode of a load/store */ ir_mode *original_mode; /**< contains the original mode of the node */ } modes; - entity *stack_entity; /**< contains the entity on the stack for a load/store mode */ + ir_entity *stack_entity; /**< contains the entity on the stack for a load/store mode */ int stack_entity_offset; /**< contains the real stack offset for the entity */ int switch_default_pn; /**< proj number of default case in switch */