exec/memory_ldst: Use correct type sizes
commitf933b02b59f07c17c312185a9ceaefbf9dfbb36e
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 18 May 2021 18:36:33 +0000 (18 20:36 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 May 2021 15:35:51 +0000 (26 08:35 -0700)
tree8d46ea3099df814c8ceac6bcf586baa30b5c5853
parente1d2dbee5704e4db5dda6cda3da1bbbb4f950f90
exec/memory_ldst: 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-4-philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/memory_ldst.h.inc
memory_ldst.c.inc