Fix bug in S_MOD

The 3rd argument to the instruction indicates the type of the second
argument. If there are multiple specifiers in the format string, the
first specifier matching the given type is substituted (NOT the first
specifier encountered when processing the format string).
This commit is contained in:
Nunuhara Cabbage
2023-01-10 18:47:03 -08:00
parent 2dbc322db8
commit 842d712a31
6 changed files with 30 additions and 14 deletions