Add ADL support
[deliverable/binutils-gdb.git] / gdb / expprint.c
index e378831b84a39ddb9b64d0b2c95b1be1bc1f3076..45deffe4ab52592a5d0723477b4d2b8f1c7386cf 100644 (file)
@@ -816,6 +816,8 @@ op_name_standard (enum exp_opcode opcode)
       return "OP_TYPE";
     case OP_LABELED:
       return "OP_LABELED";
+    case OP_ADL_FUNC:
+      return "OP_ADL_FUNC";
     }
 }
 
This page took 0.02505 seconds and 4 git commands to generate.