Skip to content

Commit

Permalink
fixes linker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabewillen authored Aug 22, 2024
1 parent 9133360 commit 8c1679b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4082,7 +4082,7 @@ static inline void *cc_omap_bounded_first_or_last(
// Niemann's implementation of this function assumes that if the starting node is a sentinel, its parent pointer has
// been temporarily set to point to the appropriate parent.
// Since we never write to the sentinel, we instead pass the initial parent into the function via a parameter.
void cc_omap_post_erase_fixup(
static inline void cc_omap_post_erase_fixup(
void *cntr,
cc_omapnode_hdr_ty *node,
cc_omapnode_hdr_ty *parent
Expand Down

0 comments on commit 8c1679b

Please sign in to comment.