mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-04 10:02:58 +00:00
Exclusive Monitor: Rework exclusive monitor interface.
This commit is contained in:
committed by
MerryMage
parent
b5d8b24a3c
commit
97b9d3e058
@@ -287,9 +287,6 @@ TEST_CASE("A64: 128-bit exclusive read/write", "[a64]") {
|
||||
conf.callbacks = &env;
|
||||
conf.processor_id = 0;
|
||||
|
||||
SECTION("Local Monitor Only") {
|
||||
conf.global_monitor = nullptr;
|
||||
}
|
||||
SECTION("Global Monitor") {
|
||||
conf.global_monitor = &monitor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user