fix(vm): memory calc add `literal_alloc`

This commit is contained in:
JimMoen 2022-01-25 23:59:13 +08:00
parent 8cdfb531a7
commit e80c15f2e3
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,7 @@
sl_alloc,
ll_alloc,
fix_alloc,
literal_alloc,
std_alloc
]).
@ -484,4 +485,3 @@ compat_windows(Fun) ->
_Error -> 0
end
end.