s390x/tcg: Refactor SET FPC AND SIGNAL handling
commitf66a0ecf233cae4cf170ccd1c339776b5b344775
authorDavid Hildenbrand <david@redhat.com>
Mon, 18 Feb 2019 12:27:01 +0000 (18 13:27 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 4 Mar 2019 10:49:31 +0000 (4 11:49 +0100)
tree4e71032429e5dc800741dc7b92122388658a937f
parent6d6ad1d14e2fdbc693524dbd721ef33d0adb9473
s390x/tcg: Refactor SET FPC AND SIGNAL handling

We can directly work on the uint64_t value, no need for a temporary
uint32_t value.

Also cleanup and shorten the comments.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190218122710.23639-7-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/fpu_helper.c