target, record: add PTID argument to to_record_is_replaying
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index b4690ea497bc90b8f03940abe0f1b481feaf42b1..0657a527a8e879aed98ab8dbd3d4c1cfdca1a37d 100644 (file)
@@ -432,7 +432,7 @@ function
 
 demangler_special
                :       DEMANGLER_SPECIAL start
-                       { $$ = make_empty ($1);
+                       { $$ = make_empty ((enum demangle_component_type) $1);
                          d_left ($$) = $2;
                          d_right ($$) = NULL; }
                |       CONSTRUCTION_VTABLE start CONSTRUCTION_IN start
This page took 0.023603 seconds and 4 git commands to generate.