mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:13:36 +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()
|
||||
#else
|
||||
#define UNREACHABLE __builtin_trap()
|
||||
#endif
|
||||
#else /* not __GNUC__ */
|
||||
#define UNREACHABLE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// Debug Macros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue