blueloveTH před 3 roky
rodič
revize
e3eebfa35c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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