Add contextless where missing

This commit is contained in:
gingerBill
2024-02-02 11:51:26 +00:00
parent e7122a0950
commit 55ff9b857e
3 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -44,7 +44,7 @@ memcpy
memove
## Procedures required by the LLVM backend
## Procedures required by the LLVM backend if u128/i128 is used
umodti3
udivti3
modti3
@@ -59,11 +59,12 @@ truncdfhf2
gnu_h2f_ieee
gnu_f2h_ieee
extendhfsf2
## Procedures required by the LLVM backend if f16 is used
__ashlti3 // wasm specific
__multi3 // wasm specific
## Required an entry point is defined (i.e. 'main')
args__