Skip to content

Commit 587949b

Browse files
petervanvugtencukou
andcommitted
Update Include/pyport.h
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent a0ff7fa commit 587949b

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
@@ -553,7 +553,7 @@ extern "C" {
553553
# if !defined(_Py_MEMORY_SANITIZER)
554554
# define _Py_MEMORY_SANITIZER
555555
# define _Py_NO_SANITIZE_MEMORY __attribute__((no_sanitize_memory))
556-
# define _Py_MSAN_UNPOISON(p, sz) (__msan_unpoison(p, sz))
556+
# define _Py_MSAN_UNPOISON(PTR, SIZE) (__msan_unpoison(PTR, SIZE))
557557
# endif
558558
# endif
559559
# if __has_feature(address_sanitizer)

0 commit comments

Comments
 (0)