mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
Trying r45222 hack again...
svn path=/trunk/; revision=45228
This commit is contained in:
parent
a79f0c18c8
commit
8e4230d981
1 changed files with 3 additions and 4 deletions
|
@ -9,11 +9,10 @@
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#if __GNUC__ * 100 + __GNUC_MINOR__ >= 405
|
#if __GNUC__ * 100 + __GNUC_MINOR__ >= 405
|
||||||
#define UNREACHABLE __builtin_unreachable()
|
#define UNREACHABLE __builtin_unreachable()
|
||||||
#else
|
|
||||||
#define UNREACHABLE __builtin_trap()
|
|
||||||
#endif
|
#endif
|
||||||
#else /* not __GNUC__ */
|
#else
|
||||||
#define UNREACHABLE
|
DECLSPEC_NORETURN void exit(int s) {exit(s);}
|
||||||
|
#define UNREACHABLE exit(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue