target: add to_record_stop_replaying target method
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index 8b61028957a177bf4db4cc683aa02e14464adae5..e4deeb95f792dec7bd56c131d254dea8fdb0f59c 100644 (file)
@@ -143,7 +143,7 @@ static const struct op_print f_op_print_tab[] =
   {".LT.", BINOP_LESS, PREC_ORDER, 0},
   {"**", UNOP_IND, PREC_PREFIX, 0},
   {"@", BINOP_REPEAT, PREC_REPEAT, 0},
-  {NULL, 0, 0, 0}
+  {NULL, OP_NULL, PREC_REPEAT, 0}
 };
 \f
 enum f_primitive_types {
This page took 0.024139 seconds and 4 git commands to generate.