Added missing proj nr.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 12 Apr 2011 08:51:17 +0000 (10:51 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 12 Apr 2011 08:51:17 +0000 (10:51 +0200)
ir/ir/irdump.c

index 5329838..d5b9f27 100644 (file)
@@ -807,6 +807,7 @@ typedef struct proj_lookup {
 static const pns_lookup_t start_lut[] = {
 #define X(a)    { pn_Start_##a, #a }
        X(X_initial_exec),
+       X(M),
        X(P_frame_base),
        X(T_args),
 #undef X