You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
volatileboolcurrently_in_except_block=MP_TAGPTR_TAG(*exc_sp_in_out); // 0 or 1, to detect nested exceptions
145
-
mp_exc_stack*volatileexc_sp=MP_TAGPTR_PTR(*exc_sp_in_out); // stack grows up, exc_sp points to top of stack
145
+
mp_exc_stack_t*volatileexc_sp=MP_TAGPTR_PTR(*exc_sp_in_out); // stack grows up, exc_sp points to top of stack
146
146
constbyte*volatilesave_ip=ip; // this is so we can access ip in the exception handler without making ip volatile (which means the compiler can't keep it in a register in the main loop)
0 commit comments