We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7564e4f commit b60184fCopy full SHA for b60184f
src/util.h
@@ -126,6 +126,8 @@ void DumpBacktrace(FILE* fp);
126
#define CHECK(expr) \
127
do { \
128
if (UNLIKELY(!(expr))) { \
129
+ /* Make sure that this struct does not end up in inline code, but */ \
130
+ /* rather in a read-only data section when modifying this code. */ \
131
static const node::AssertionInfo args = { \
132
__FILE__, __LINE__, #expr, PRETTY_FUNCTION_NAME \
133
}; \
0 commit comments