Skip to content

Commit db603c0

Browse files
Update Include/pyport.h
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent edc6f73 commit db603c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ extern "C" {
592592
# if !defined(_Py_MEMORY_SANITIZER)
593593
# define _Py_MEMORY_SANITIZER
594594
# define _Py_NO_SANITIZE_MEMORY __attribute__((no_sanitize_memory))
595-
# define _Py_MSAN_UNPOISON(p, sz) (__msan_unpoison(p, sz))
595+
# define _Py_MSAN_UNPOISON(PTR, SIZE) (__msan_unpoison(PTR, SIZE))
596596
# endif
597597
# endif
598598
# if __has_feature(address_sanitizer)

0 commit comments

Comments
 (0)