diff --git a/main/gbx/gbx_exec.c b/main/gbx/gbx_exec.c index 2873d80f0..0c07f62ab 100644 --- a/main/gbx/gbx_exec.c +++ b/main/gbx/gbx_exec.c @@ -1035,7 +1035,7 @@ void EXEC_native_check(bool defined) #define EXEC_call_native_inline(_exec, _object, _type, _param) \ ({ \ - EXEC_set_native_error(FALSE); \ + if (0) EXEC_set_native_error(FALSE); \ \ (*(_exec))((_object), (void *)(_param)); \ \