fix error '#' is not followed by a macro parameter (#2678)

This commit is contained in:
jejuisland87654 2024-11-11 19:43:27 +01:00 committed by GitHub
parent e25094eb4f
commit 4269be1c08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,8 +232,8 @@
: "x0", "x1", "x2" \
); \
return ret; \
} \
#elif defined(__riscv) \
}
#elif defined(__riscv)
#define LIBAFL_DEFINE_FUNCTIONS(name, opcode) \
libafl_word LIBAFL_CALLING_CONVENTION _libafl_##name##_call0( \
libafl_word action) { \