target-i386: Fix ucomis and comis memory access
authorRichard Henderson <rth@twiddle.net>
Mon, 24 Feb 2014 23:53:40 +0000 (15:53 -0800)
committerRichard Henderson <rth@twiddle.net>
Fri, 28 Feb 2014 16:44:26 +0000 (08:44 -0800)
commitcb48da7f8140b5cbb648d990876720da9cd04d8f
treea3ef85e21685885bd9c11daa18833e7f3c2f6b7b
parent4e47e39ab0ded72c0af174131ecf49d588d66c12
target-i386: Fix ucomis and comis memory access

We were loading 16 bytes for both single and double-precision
scalar comparisons.

Reported-by: Alexander Bluhm <bluhm@openbsd.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c