Commit 1729466f by Richard Kenner

(mvs_label_emitted): Renamed from mvs_label_emited.

From-SVN: r10286
parent c2b24d41
...@@ -46,7 +46,7 @@ extern int mvs_page_num, function_base_page; ...@@ -46,7 +46,7 @@ extern int mvs_page_num, function_base_page;
/* True if a label has been emitted. */ /* True if a label has been emitted. */
extern int mvs_label_emited; extern int mvs_label_emitted;
/* The name of the current function. */ /* The name of the current function. */
...@@ -1063,7 +1063,7 @@ enum reg_class ...@@ -1063,7 +1063,7 @@ enum reg_class
if (!strcmp (PREFIX,"L")) \ if (!strcmp (PREFIX,"L")) \
{ \ { \
mvs_add_label(NUM); \ mvs_add_label(NUM); \
mvs_label_emited = 1; \ mvs_label_emitted = 1; \
} \ } \
fprintf (FILE, "%s%d\tEQU\t*\n", PREFIX, NUM); \ fprintf (FILE, "%s%d\tEQU\t*\n", PREFIX, NUM); \
} }
......
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