-
Notifications
You must be signed in to change notification settings - Fork 24
Possible restore bug in su_load_gmdls #130
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi.
Big fan of the sound and size of sointu. I thought I noticed one possible issue in su_load_gmdls.
In my version it does
mov ebx, su_sample_table
but AFAICT it doesn't restore ebx.
In certain configs this fails for me as calling code don't expect rbx to be modified.
When I removed that row and instead
push ebx
does this:
push su_sample_table
it seems to resolve the issue for me.
So I have a workaround so it's not a big issue for me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working