diff options
Diffstat (limited to 'src/code/z_parameter.c')
| -rw-r--r-- | src/code/z_parameter.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index 859270875..d3fc173de 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -3012,11 +3012,10 @@ s16 D_80125B5C[] = { 91, 91 }; // unused // Due to an unknown reason, bss ordering changes within the 5 static variables in the function below. // In order to restore the correct order, we need a specific number of bss variables in the file before that point. -// For this, we introduce 3 dummy variables which end up in padding at the end of the file's bss, so they don't actually +// For this, we introduce 2 dummy variables which end up in padding at the end of the file's bss, so they don't actually // take space. s8 sBssDummy1; s8 sBssDummy2; -s8 sBssDummy3; #ifdef NON_MATCHING // mostly regalloc, minor ordering and stack usage differences |
