target-s390: Fix STIDP
commit7f745b31b39cb9be8b3c3dfaf3173390ae07353e
authorRichard Henderson <rth@twiddle.net>
Fri, 20 Sep 2013 18:33:41 +0000 (20 11:33 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 3 Feb 2015 20:06:37 +0000 (3 12:06 -0800)
tree2143e9ff944720d1e9ee00807412ce7ab16d9a4a
parente30a9d3fea58c356000ce328421fe65e03143bb1
target-s390: Fix STIDP

The implementation had been incomplete, as we did not store the
machine type.  Note that the machine_type member is still unset
during initialization, so this has no effect yet.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/cpu.h
target-s390x/translate.c