An error occurred while loading the file. Please try again.
Since c5d41fd8 callback parameters were changed to use an s64 to represent late cycles instead of an int, so this was causing a truncation warning to occur here. Changing it to s64 is sufficient to silence the warning.