This commit is contained in:
Chen Chi 2024-09-20 13:13:05 +09:00 committed by GitHub
commit fbfac8bb27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ do { \
*/
#define __WARN_FLAGS(flags) \
do { \
__auto_type __flags = BUGFLAG_WARNING|(flags); \
enum{ __flags = BUGFLAG_WARNING|(flags)}; \
instrumentation_begin(); \
_BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \
instrumentation_end(); \