diff options
Diffstat (limited to 'gcc/predict.h')
-rw-r--r-- | gcc/predict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.h b/gcc/predict.h index 3cc52de..2170218 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -19,7 +19,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define DEF_PREDICTOR(ENUM, NAME, HITRATE) ENUM, +#define DEF_PREDICTOR(ENUM, NAME, HITRATE, FLAGS) ENUM, enum br_predictor { #include "predict.def" |