@@ -2428,7 +2428,11 @@ t:+"NULLNULLNULL"
End If
Emit "jmp_buf* buf = bbExEnter();"
+ If opt_platform = "macos" Or opt_platform = "ios" Or opt_platform = "osx" Then
+ Emit "switch(_setjmp(*buf)) {"
+ Else
Emit "switch(setjmp(*buf)) {"
+ End If
' Try block:
Emit "case 0: {"