mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 23:36:03 +00:00
Fix pasto.
This commit is contained in:
parent
2df94bfc43
commit
ef66dd0379
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user