Get rid of transformed values and use the header of the voice for that; saves _CX completely for the opcode.

This commit is contained in:
Veikko Sariola
2020-05-23 17:30:52 +03:00
parent 79b384a0d6
commit da52c10f7f
7 changed files with 18 additions and 18 deletions

View File

@ -78,7 +78,7 @@ EXPORT MANGLE_FUNC(su_op_loadnote,0)
call su_op_loadnote_mono
su_op_loadnote_mono:
%endif
fild dword [_CX+su_unit.size-su_voice.workspace+su_voice.note]
fild dword [INP-su_voice.inputs+su_voice.note]
apply fmul dword, c_i128
ret