From: Matthias Braun Date: Thu, 9 Aug 2007 09:30:58 +0000 (+0000) Subject: fix warning X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8672992ce2c582e46421d4b47f8cdd28eba799dd;p=libfirm fix warning [r15508] --- diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index bbfe95c85..43a386506 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -1906,6 +1906,10 @@ static ia32_intrinsic_env_t intrinsic_env = { NULL, /**< entity for second div operand (move into FPU) */ NULL, /**< entity for converts ll -> d */ NULL, /**< entity for converts d -> ll */ + NULL, /**< entity for __divdi3 library call */ + NULL, /**< entity for __moddi3 library call */ + NULL, /**< entity for __udivdi3 library call */ + NULL, /**< entity for __umoddi3 library call */ }; /**