Explorar el Código

Update ceval.h

blueloveTH hace 2 años
padre
commit
e3eebfa35c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/ceval.h

+ 1 - 1
src/ceval.h

@@ -498,7 +498,7 @@ __NEXT_STEP:;
 #if DEBUG_EXTRA_CHECK
 #if DEBUG_EXTRA_CHECK
     default: throw std::runtime_error(fmt(OP_NAMES[byte.op], " is not implemented"));
     default: throw std::runtime_error(fmt(OP_NAMES[byte.op], " is not implemented"));
 #else
 #else
-    default: __builtin_unreachable();
+    default: std::unreachable();
 #endif
 #endif
     }
     }
 #endif
 #endif