OSDN Git Service

target/i386: Use MMUAccessType across excp_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Oct 2022 17:29:48 +0000 (10:29 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:04 +0000 (13:58 +0200)
commit487d11333ae9797bd9b33b1827f9830d970e48f8
tree17f026fd409365e60a7baeb028134e1e52f8e735
parent913f0836f69f67ffb5678fa148b9df85d3f46539
target/i386: Use MMUAccessType across excp_helper.c

Replace int is_write1 and magic numbers with the proper
MMUAccessType access_type and enumerators.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20221002172956.265735-2-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/sysemu/excp_helper.c