]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin: fix a typo in a macro conditional
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 2 May 2026 07:21:55 +0000 (09:21 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 2 May 2026 07:21:55 +0000 (09:21 +0200)
coregrind/fixup_macho_loadcmds.c

index c267d00d4fd0fc4ab98a98492901700f2f70ff79..3f2368339bb635c58629639d670eb297f34d4c71 100644 (file)
@@ -515,7 +515,7 @@ void modify_macho_loadcmds ( HChar* filename,
          fail("has __UNIXSTACK, but wrong ::vmaddr");
       if (seg->vmsize != expected_stack_size)
          fail("has __UNIXSTACK, but wrong ::vmsize");
-#if DARIN_VERS >= DARWIN_10_15
+#if DARWIN_VERS >= DARWIN_10_15
       if (seg->maxprot != 3)
          fail("has __UNIXSTACK, but wrong ::maxprot (should be 3)");
 #elif DARWIN_VERS == DARWIN_10_14