update
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#if HANDMADE_SLOW
|
||||
#define Assert(Expression) if (!(Expression)) {*(int *)0 = 0;}
|
||||
#define Assert(Expression) if (!(Expression)) {*(volatile int *)0 = 0;}
|
||||
#else
|
||||
#define Assert(Expression)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user