Searched refs:stack_alignment_exception (Results 1 – 1 of 1) sorted by relevance
580 bool stack_alignment_exception = ((sp() & 0xf) != 0); in DoRuntimeCall() local581 if (stack_alignment_exception) { in DoRuntimeCall()