mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-06 07:30:17 +00:00
...
This commit is contained in:
parent
42a7d02286
commit
cd05f7c11e
@ -78,10 +78,10 @@
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define PK_ENABLE_COMPUTED_GOTO 0
|
#define PK_ENABLE_COMPUTED_GOTO 0
|
||||||
#define PK_UNREACHABLE() __assume(0)
|
#define PK_UNREACHABLE() __assume(0);
|
||||||
#else
|
#else
|
||||||
#define PK_ENABLE_COMPUTED_GOTO 1
|
#define PK_ENABLE_COMPUTED_GOTO 1
|
||||||
#define PK_UNREACHABLE() __builtin_unreachable()
|
#define PK_UNREACHABLE() __builtin_unreachable();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user