diff --git a/vm_core.h b/vm_core.h index f7bd4d6b1e..5fc7b2b3ba 100644 --- a/vm_core.h +++ b/vm_core.h @@ -51,7 +51,7 @@ #else #define VM_ASSERT(expr) ((void)0) -#define VM_UNREACHABLE(func) ((void)0) +#define VM_UNREACHABLE(func) UNREACHABLE #endif #define RUBY_VM_THREAD_MODEL 2