Use getters/setters to access ARM branch type
[deliverable/binutils-gdb.git] / gas / stabs.c
index 876ffa541f38fb6788873add254ba938f607c8f4..08b84393150b27bdaeeb1be04719740d00c4f6fd 100644 (file)
@@ -662,7 +662,7 @@ stabs_generate_asm_func (const char *funcname, const char *startlabname)
 
   if (! void_emitted_p)
     {
-      input_line_pointer = "\"void:t1=1\",128,0,0,0";
+      input_line_pointer = (char *) "\"void:t1=1\",128,0,0,0";
       s_stab ('s');
       void_emitted_p = 1;
     }
This page took 0.023466 seconds and 4 git commands to generate.