mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-01 09:31:19 +00:00
Fix pasto.
This commit is contained in:
@@ -222,7 +222,7 @@ void implicit_gbl(
|
||||
#define ADD_UNDEFINED_SYMBOLS_TO_MAIN_SYMBOL_TABLE 0
|
||||
#if ADD_UNDEFINED_SYMBOLS_TO_MAIN_SYMBOL_TABLE
|
||||
add_sym(value->data.symbol->label, 0, SYMBOLFLAG_UNDEFINED,
|
||||
&symbol_st, &undefined_st);
|
||||
&absolute_section, &symbol_st);
|
||||
#else
|
||||
add_sym(value->data.symbol->label, 0, SYMBOLFLAG_UNDEFINED,
|
||||
&absolute_section, &undefined_st);
|
||||
|
||||
Reference in New Issue
Block a user