|
@@ -2428,7 +2428,11 @@ t:+"NULLNULLNULL"
|
|
End If
|
|
End If
|
|
End If
|
|
End If
|
|
Emit "jmp_buf* buf = bbExEnter();"
|
|
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)) {"
|
|
Emit "switch(setjmp(*buf)) {"
|
|
|
|
+ End If
|
|
|
|
|
|
' Try block:
|
|
' Try block:
|
|
Emit "case 0: {"
|
|
Emit "case 0: {"
|