mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-25 06:08:42 +02:00
scope_exit: Add SCOPE_SUCCESS and SCOPE_EXIT
This commit is contained in:
@@ -153,7 +153,7 @@ Jit::~Jit() {}
|
||||
void Jit::Run() {
|
||||
ASSERT(!is_executing);
|
||||
is_executing = true;
|
||||
SCOPE_EXIT({ this->is_executing = false; });
|
||||
SCOPE_EXIT { this->is_executing = false; };
|
||||
|
||||
impl->jit_state.halt_requested = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user