Skip to content

Commit ef473aa

Browse files
authored
fix(macos): wrong DARWIN_VERS macro (#180)
1 parent 5c6f385 commit ef473aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coregrind/m_mach/mach_traps-arm64-darwin.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _mach_msg_trap:
5757
svc 0x80
5858
ret
5959

60-
#if DARWIN_VERS >= DARWIN_13
60+
#if DARWIN_VERS >= DARWIN_13_00
6161
// mach_msg_return_t mach_msg2_trap(...)
6262
.text
6363
.align 4

0 commit comments

Comments
 (0)