Change apply to "do" and add brackets.

This commit is contained in:
Veikko Sariola
2020-05-24 01:11:17 +03:00
parent 2c6f4f44d5
commit 7de7b49e24
7 changed files with 59 additions and 60 deletions

View File

@ -79,7 +79,7 @@ EXPORT MANGLE_FUNC(su_op_loadnote,0)
su_op_loadnote_mono:
%endif
fild dword [INP-su_voice.inputs+su_voice.note]
apply fmul dword, c_i128
do fmul dword [,c_i128,]
ret
%endif