mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 03:50:16 +00:00
Update ceval.h
This commit is contained in:
parent
684ebe8e79
commit
e3eebfa35c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user