mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 06:02:04 +00:00
Put #endif where it should be.
svn path=/trunk/; revision=45227
This commit is contained in:
parent
5811cad11d
commit
a79f0c18c8
1 changed files with 1 additions and 1 deletions
|
@ -11,10 +11,10 @@
|
||||||
#define UNREACHABLE __builtin_unreachable()
|
#define UNREACHABLE __builtin_unreachable()
|
||||||
#else
|
#else
|
||||||
#define UNREACHABLE __builtin_trap()
|
#define UNREACHABLE __builtin_trap()
|
||||||
|
#endif
|
||||||
#else /* not __GNUC__ */
|
#else /* not __GNUC__ */
|
||||||
#define UNREACHABLE
|
#define UNREACHABLE
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Debug Macros
|
// Debug Macros
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue