try to fix regression due to rtn cmplog

This commit is contained in:
Andrea Fioraldi 2020-03-18 21:07:31 +01:00
parent a5e747af14
commit cd7e234445

View File

@ -171,7 +171,7 @@ static int area_is_mapped(void *ptr, size_t len) {
}
void HELPER(afl_cmplog_rtn)(CPUX86State *env) {
void HELPER(afl_cmplog_rtn)(CPUArchState *env) {
#if defined(TARGET_X86_64)