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