fix error '#' is not followed by a macro parameter (#2678)
This commit is contained in:
parent
e25094eb4f
commit
4269be1c08
@ -232,8 +232,8 @@
|
|||||||
: "x0", "x1", "x2" \
|
: "x0", "x1", "x2" \
|
||||||
); \
|
); \
|
||||||
return ret; \
|
return ret; \
|
||||||
} \
|
}
|
||||||
#elif defined(__riscv) \
|
#elif defined(__riscv)
|
||||||
#define LIBAFL_DEFINE_FUNCTIONS(name, opcode) \
|
#define LIBAFL_DEFINE_FUNCTIONS(name, opcode) \
|
||||||
libafl_word LIBAFL_CALLING_CONVENTION _libafl_##name##_call0( \
|
libafl_word LIBAFL_CALLING_CONVENTION _libafl_##name##_call0( \
|
||||||
libafl_word action) { \
|
libafl_word action) { \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user