Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitbubsy committed Aug 12, 2021
1 parent f2d56f6 commit 0d68fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pt2_module_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ module_t *modLoad(UNICHAR *fileName)
if (mightBeSTK)
s->loopStart /= 2;

// fix for poorly converted STK (< v2.5) -> PT/NT modules (FIXME: Worth keeping or not?)
// fix for poorly converted STK (< v2.5) -> PT/NT modules
if (!mightBeSTK && s->loopLength > 2 && s->loopStart+s->loopLength > s->length)
{
if ((s->loopStart/2) + s->loopLength <= s->length)
Expand Down

0 comments on commit 0d68fc4

Please sign in to comment.