Skip to content

Commit

Permalink
fix for aarch64 on 6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gottschall <[email protected]>
  • Loading branch information
BrainSlayer committed Oct 1, 2023
1 parent bec9235 commit cc71b3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/libspl/include/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ do { \
"%s == 0 (0x%llx == 0)", #LEFT, \
(u_longlong_t)__left); \
} while (0)
<<<<<<< HEAD

#define VERIFY0P(LEFT) \
do { \
Expand All @@ -170,10 +169,8 @@ do { \
"%s == 0 (%p == 0)", #LEFT, \
(void *)__left); \
} while (0)

=======
#endif
>>>>>>> 64ff1e384 (disable debug bloat)

#ifdef assert
#undef assert
#endif
Expand Down

0 comments on commit cc71b3c

Please sign in to comment.