fix(vm/compiler): export as su_pow, instead of su_power

The export redefinition of label, even though the labels were on the
same line. This was an issue for yasm.

Related to #134.
This commit is contained in:
5684185+vsariola@users.noreply.github.com 2024-05-05 11:33:47 +03:00
parent 4a8d4c5a29
commit 10d20cd26f

View File

@ -114,7 +114,7 @@ su_op_advance_finish:
; Output: st0 : 2^x
;-------------------------------------------------------------------------------
{{- if not (.HasCall "su_nonlinear_map")}}{{.SectText "su_power"}}{{end}}
{{.Export "su_power" 0}}
{{.Export "su_pow" 0}}
su_power:
fld1 ; 1 x
fld st1 ; x 1 x