mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-27 19:00:25 -04:00
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:
parent
4a8d4c5a29
commit
10d20cd26f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user