Skip to content

Possible restore bug in su_load_gmdls #130

@mrange

Description

@mrange

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions