Fix an oopsie in the last commit, sorry

From-SVN: r92971
This commit is contained in:
Stan Shebs 2005-01-05 21:53:25 +00:00
parent 65a878f5db
commit d4b5651119
1 changed files with 1 additions and 1 deletions

View File

@ -1363,7 +1363,7 @@ darwin_asm_output_dwarf_delta (FILE *file, int size,
{
int islocaldiff = (lab1[0] == '*' && lab1[1] == 'L'
&& lab2[0] == '*' && lab2[1] == 'L');
char *directive = (size == 8 ? ".quad" : ".long");
const char *directive = (size == 8 ? ".quad" : ".long");
if (islocaldiff)
fprintf (file, "\t.set L$set$%d,", darwin_dwarf_label_counter);