PageFaultHandler: Fix unused variable warning

wip3-rebase
Stenzek 2 days ago
parent 3622df217b
commit 2287451474
No known key found for this signature in database

@ -30,7 +30,7 @@
#endif
#ifdef CPU_ARCH_ARM64
static constexpr u64 ARM64_ESR_ISS_DA_WNR = (1u << 6);
[[maybe_unused]] static constexpr u64 ARM64_ESR_ISS_DA_WNR = (1u << 6);
[[maybe_unused]] static bool IsStoreInstruction(const void* ptr)
{

Loading…
Cancel
Save