]> git.proxmox.com Git - mirror_qemu.git/commit
target/sh4: Replace magic value by MMUAccessType definitions
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 27 Jan 2021 22:56:42 +0000 (23:56 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 6 Mar 2021 15:18:42 +0000 (16:18 +0100)
commit53e047c2db0aba27e873c99bc789120157548203
tree4d2c529eb23c25afd264ccf0bc12c6971113ce44
parent8d2b06fbc2967b0e53d86e24e572fb58dcb59ad7
target/sh4: Replace magic value by MMUAccessType definitions

Replace the 0/1/2 magic values by the corresponding MMUAccessType.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210127232151.3523581-3-f4bug@amsat.org>
target/sh4/helper.c