This commit is contained in:
Chen Chi 2024-10-29 17:49:19 +08:00 committed by GitHub
commit 6efce1ec81
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(); \