OSDN Git Service

exec/memory_ldst_phys: Use correct type sizes
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 18 May 2021 18:36:34 +0000 (20:36 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 May 2021 15:35:51 +0000 (08:35 -0700)
commitc6fe45b3a66d05d74f919da4226d4737fc3f75c9
tree9e3f0840b116497d28c18ebb1b4deb0f95f58a77
parentf933b02b59f07c17c312185a9ceaefbf9dfbb36e
exec/memory_ldst_phys: Use correct type sizes

Use uint8_t for (unsigned) byte, and uint16_t for (unsigned)
16-bit word.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210518183655.1711377-5-philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/memory_ldst_phys.h.inc