From 8672992ce2c582e46421d4b47f8cdd28eba799dd Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 9 Aug 2007 09:30:58 +0000 Subject: [PATCH] fix warning [r15508] --- ir/be/ia32/bearch_ia32.c | 4 ++++ 1 file changed, 4 insertions(+) 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 */ }; /** -- 2.20.1