mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-08 04:25:59 +00:00
mark expected assertion codepath
This commit is contained in:
@@ -78,7 +78,7 @@ void log_outputString(const char * const str);
|
||||
# undef assert
|
||||
# define assert(e) \
|
||||
do { \
|
||||
if ((e)) { \
|
||||
if (LIKELY(e)) { \
|
||||
/* ... */ \
|
||||
} else { \
|
||||
LOG( "!!! ASSERT !!! : " #e ); \
|
||||
|
Reference in New Issue
Block a user