mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Prefer pre-inc/dec unless post-inc/dec are necessary
This commit is contained in:
@@ -527,7 +527,7 @@ void obj_ReadFile(char const *fileName, unsigned int fileID) {
|
||||
|
||||
sym_AddSymbol(symbol);
|
||||
if (std::holds_alternative<Label>(symbol.data)) {
|
||||
nbSymPerSect[std::get<Label>(symbol.data).sectionID]++;
|
||||
++nbSymPerSect[std::get<Label>(symbol.data).sectionID];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user