Fix handler address for FIV exception #2

Open
SonicSwordcane wants to merge 1 commits from float-code-fix into main

Shrooms is invoking the wrong handler for "floating point invalid operation" exceptions. Fix a typo to make it correctly handle that special case.

Shrooms is invoking the wrong handler for "floating point invalid operation" exceptions. Fix a typo to make it correctly handle that special case.
SonicSwordcane added 1 commit 2025-08-15 04:13:15 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b float-code-fix main
git pull origin float-code-fix

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff float-code-fix
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PVB/shrooms-vb-core#2
No description provided.