[A64/CodeCache] Silence unused low_mark warning

This commit is contained in:
Will Martin
2026-01-21 06:33:54 +09:00
parent 24db01fe75
commit 4f3f14a3d9
+1 -1
View File
@@ -432,7 +432,7 @@ void A64CodeCache::PlaceGuestCode(uint32_t guest_address, void* machine_code,
void*& code_write_address_out) {
// Hold a lock while we bump the pointers up. This is important as the
// unwind table requires entries AND code to be sorted in order.
size_t low_mark;
[[maybe_unused]] size_t low_mark;
size_t high_mark;
uint8_t* code_execute_address;
UnwindReservation unwind_reservation;