c: fix typo in macro name

This commit is contained in:
Alexey Andreev 2023-11-08 09:52:27 +01:00
parent 68dd2e6d5e
commit f6e38e94f7

View File

@ -75,7 +75,7 @@ public class ShadowStackIntrinsic implements Intrinsic {
context.writer().print("TEAVM_SET_EXCEPTION_HANDLER_SKIP"); context.writer().print("TEAVM_SET_EXCEPTION_HANDLER_SKIP");
break; break;
case "setExceptionHandlerRestore": case "setExceptionHandlerRestore":
context.writer().print("TEAVM_SET_EXCEPTION_HANDLER_RESTO"); context.writer().print("TEAVM_SET_EXCEPTION_HANDLER_RESTORE");
break; break;
case "getStackTop": case "getStackTop":
context.writer().print("teavm_stackTop"); context.writer().print("teavm_stackTop");