fix macro

This commit is contained in:
Dmitry Vagner 2022-09-22 08:38:23 -07:00
parent 937955788f
commit 9506c647de

View File

@ -230,7 +230,10 @@ post_rol:
%macro get_round
// stack: sides, rounds
%mul_const(5) PUSH 10 sub sub
%mul_const(5)
PUSH 10
SUB
SUB
// stack: 10 - 5*sides - rounds
%endmacro