closureStub: SetTailCall

This commit is contained in:
xushiwei
2024-05-06 16:40:52 +08:00
parent 1e075d4830
commit cffb5e9539
4 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ _llgo_0:
define linkonce void @"__llgo_stub.main.main$1"(ptr %0, i64 %1, i64 %2) {
_llgo_0:
call void @"main.main$1"(i64 %1, i64 %2)
tail call void @"main.main$1"(i64 %1, i64 %2)
ret void
}