Commit f6127c6a by Richard Kenner

(bc_expand_function_start): Likewise.

From-SVN: r11412
parent 3d8e9bc2
...@@ -5011,7 +5011,7 @@ bc_expand_function_start (subr, parms_have_cleanups) ...@@ -5011,7 +5011,7 @@ bc_expand_function_start (subr, parms_have_cleanups)
} }
} }
bc_begin_function (bc_xstrdup (IDENTIFIER_POINTER (DECL_NAME (subr)))); bc_begin_function (xstrdup (IDENTIFIER_POINTER (DECL_NAME (subr))));
ASM_GENERATE_INTERNAL_LABEL (label, "LX", nlab); ASM_GENERATE_INTERNAL_LABEL (label, "LX", nlab);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment