diff --git a/src/ceval.h b/src/ceval.h index ca6a594a..c1af6dde 100644 --- a/src/ceval.h +++ b/src/ceval.h @@ -498,7 +498,7 @@ __NEXT_STEP:; #if DEBUG_EXTRA_CHECK default: throw std::runtime_error(fmt(OP_NAMES[byte.op], " is not implemented")); #else - default: __builtin_unreachable(); + default: std::unreachable(); #endif } #endif