X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestabs.c;h=501e7bb3eb7556e36b9e1c6a11c5d46e8ab7136a;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=9a0a6ebbf613d82b20261be2389d465c1e5787eb;hpb=43f61f31f03a0b2f37e2082dddfc7d3c845375d1;p=libfirm diff --git a/ir/be/bestabs.c b/ir/be/bestabs.c index 9a0a6ebbf..501e7bb3e 100644 --- a/ir/be/bestabs.c +++ b/ir/be/bestabs.c @@ -41,7 +41,7 @@ #include "pdeq.h" #include "irtools.h" #include "obst.h" -#include "array.h" +#include "array_t.h" #include "be_dbgout_t.h" #include "beabi.h" #include "bemodule.h" @@ -818,7 +818,7 @@ static const debug_ops stabs_ops = { /* Opens a stabs handler */ dbg_handle *be_stabs_open(void) { - stabs_handle *h = xmalloc(sizeof(*h)); + stabs_handle *h = XMALLOC(stabs_handle); h->base.ops = &stabs_ops; h->cur_ent = NULL;