fix warning
authorMatthias Braun <matze@braunis.de>
Thu, 9 Aug 2007 09:30:58 +0000 (09:30 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 9 Aug 2007 09:30:58 +0000 (09:30 +0000)
[r15508]

ir/be/ia32/bearch_ia32.c

index bbfe95c..43a3865 100644 (file)
@@ -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 */
 };
 
 /**