mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-05 02:45:26 +00:00
Typo and one more warning.
This commit is contained in:
@@ -226,7 +226,7 @@ static int assemble(
|
||||
if (!pass) {
|
||||
/* This may work better in pass 2 - something in
|
||||
RT-11 monitor needs the symbol to apear to be
|
||||
defined even if I can't resolve it's value. */
|
||||
defined even if I can't resolve its value. */
|
||||
sym = add_sym(label, 0, SYMBOLFLAG_UNDEFINED, &absolute_section, &symbol_st);
|
||||
} else
|
||||
sym = NULL;
|
||||
|
||||
@@ -219,6 +219,7 @@ void implicit_gbl(
|
||||
break;
|
||||
case EX_LIT:
|
||||
case EX_SYM:
|
||||
case EX_TEMP_SYM: // Impossible on this pass
|
||||
return;
|
||||
case EX_ADD:
|
||||
case EX_SUB:
|
||||
|
||||
Reference in New Issue
Block a user