Skip to content

Commit 1bee8ef

Browse files
committed
xrCore/xrDebug_macros: Ported to XR_ASSUME.
1 parent 817f2a7 commit 1bee8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/xrDebug_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
#ifdef __BORLANDC__
100100
#define NODEFAULT
101101
#else
102-
#define NODEFAULT __assume(0)
102+
#define NODEFAULT XR_ASSUME(0)
103103
#endif
104104
#define VERIFY(expr) do {} while (false)
105105
#define VERIFY2(expr, desc) do {} while (false)

0 commit comments

Comments
 (0)