Fixed opt/fehler192.c.
[libfirm] / ir / be / benode.h
index f6b00ff..fc01db6 100644 (file)
@@ -285,10 +285,11 @@ enum {
  * Projection numbers for result of be_Call node: use for Proj nodes!
  */
 typedef enum {
-       pn_be_Call_M_regular = pn_Call_M,    /**< The memory result of a be_Call. */
+       pn_be_Call_M         = pn_Call_M, /**< The memory result of a be_Call. */
+       pn_be_Call_X_regular = pn_Call_X_regular,
+       pn_be_Call_X_except  = pn_Call_X_except,
        pn_be_Call_sp        = pn_Call_max+1,
-       pn_be_Call_first_res                 /**< The first result proj number of a
-                                                 be_Call. */
+       pn_be_Call_first_res     /**< The first result proj number of a be_Call. */
 } pn_be_Call;
 
 /**