Fix bug in SEND STEREO.

This commit is contained in:
Veikko Sariola
2020-05-18 16:23:49 +03:00
parent 5d1145be39
commit 666fd385d1

View File

@ -43,7 +43,7 @@ EXPORT MANGLE_FUNC(su_op_send,0)
fxch ; r l
call su_op_send_mono ; (r) l
mov eax, edi ; move back to original address
test edx, SEND_POP ; if r was not popped and is still in the stack
test eax, SEND_POP ; if r was not popped and is still in the stack
jnz su_op_send_mono
fxch ; swap them back: l r
su_op_send_mono: