mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
c: fix typo in macro name
This commit is contained in:
parent
68dd2e6d5e
commit
f6e38e94f7
|
@ -75,7 +75,7 @@ public class ShadowStackIntrinsic implements Intrinsic {
|
|||
context.writer().print("TEAVM_SET_EXCEPTION_HANDLER_SKIP");
|
||||
break;
|
||||
case "setExceptionHandlerRestore":
|
||||
context.writer().print("TEAVM_SET_EXCEPTION_HANDLER_RESTO");
|
||||
context.writer().print("TEAVM_SET_EXCEPTION_HANDLER_RESTORE");
|
||||
break;
|
||||
case "getStackTop":
|
||||
context.writer().print("teavm_stackTop");
|
||||
|
|
Loading…
Reference in New Issue
Block a user