mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use std::variant for symbol values (#1331)
This commit is contained in:
@@ -150,7 +150,7 @@ static void writesymbol(Symbol const &sym, FILE *f)
|
||||
putlong(sym.src->ID, f);
|
||||
putlong(sym.fileLine, f);
|
||||
putlong(getSectIDIfAny(sym.getSection()), f);
|
||||
putlong(sym.value, f);
|
||||
putlong(sym.getOutputValue(), f);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user