diff --git a/Kernel/include/types.h b/Kernel/include/types.h index 6be985f5..817b21d4 100644 --- a/Kernel/include/types.h +++ b/Kernel/include/types.h @@ -476,12 +476,11 @@ typedef uint48_t uint_fast48_t; *((type *)stack++) #define ReturnLogError(ret, format, ...) \ + do \ { \ trace(format, ##__VA_ARGS__); \ return ret; \ - } \ - while (0) \ - __builtin_unreachable() + } while (0) #define AssertReturnError(condition, ret) \ do \