tcg/arm: Fix runtime overalignment test
commitca671de8af96798e0f493378240034620a3a04ee
authorRichard Henderson <rth@twiddle.net>
Fri, 28 Jul 2017 18:24:17 +0000 (28 11:24 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 3 Aug 2017 17:56:44 +0000 (3 10:56 -0700)
tree6c3a4b63bccc9dc8c49c925df13c908401ec28fa
parentaaaec6acad7cf97372d48c1b09126a09697519c8
tcg/arm: Fix runtime overalignment test

Patch 85aa80813dd changed the IF emitting the TST instruction,
but failed to change the ?: converting CMP to CMPEQ, so the
result of the TST is ignored.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/arm/tcg-target.inc.c