[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v1] s390x/tcg: add various alignment check
From: |
Richard Henderson |
Subject: |
Re: [qemu-s390x] [PATCH v1] s390x/tcg: add various alignment check |
Date: |
Wed, 14 Feb 2018 08:05:35 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 02/14/2018 07:25 AM, David Hildenbrand wrote:
> /* SET CLOCK COMPARATOR */
> - C(0xb206, SCKC, S, Z, 0, m2_64, 0, 0, sckc, 0)
> + C(0xb206, SCKC, S, Z, 0, a2, 0, 0, sckc, 0)
Rather than move the memory load into the op_ functions, better to add an
m2_64a (etc) functions that apply the alignment.
r~