Files
my-os-project2/kernel/compiler/builtins.h
2025-08-17 18:37:57 +02:00

7 lines
137 B
C

#ifndef COMPILER_BUILTINS_H_
#define COMPILER_BUILTINS_H_
#define unreachable() __builtin_unreachable()
#endif // COMPILER_BUILTINS_H_