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