target-i386: Fix typo in gen_push_T1
authorRichard Henderson <rth@twiddle.net>
Sat, 2 Nov 2013 18:16:45 +0000 (08:16 -1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:36:31 +0000 (11:36 -0800)
commitee3138da2f76b415cbce6466aa4083a84fc26241
treeace6bb5c5529b3d5250cb7378338f6c410646128
parentb5afc104947369cd3d49de88dee8629193639b46
target-i386: Fix typo in gen_push_T1

By inspection, obviously we should be storing T[1] not T[0].
This could only happen for x86_64 in 64-bit mode with 0x66
prefix to call insn -- i.e. never.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c