;vector_handler_400EC
;--------------------
;Prevent application slot size changes when the JIT is managing a task

.vector_handler_400EC
 BL      check_JIT_and_taskID		;task we support?
 BNE     vector_handler_forward		;NO, hand to OS
 BL      check_SWI_within_ADFFS		;is it us?
 BEQ     vector_handler_forward		;YES, hand to OS
B       hv_Wimp_SlotSize
