forgot include

This commit is contained in:
Romain Malmain 2025-05-02 14:36:38 +02:00
parent 4b35c57b08
commit d4a6db3260
No known key found for this signature in database
GPG Key ID: 02E4A13F7415468A
3 changed files with 9 additions and 1 deletions

View File

@ -28,7 +28,9 @@
#include "target/arm/cpu-features.h"
//// --- Begin LibAFL code ---
#include "libafl/exit.h"
//// --- End LibAFL code ---
/* AArch64 main loop */

View File

@ -29,7 +29,7 @@
#include "target/arm/syndrome.h"
//// --- Begin LibAFL code ---
///
#include "libafl/exit.h"
//// --- End LibAFL code ---

View File

@ -26,6 +26,12 @@
#include "internal.h"
#include "fpu_helper.h"
//// --- Begin LibAFL code ---
#include "libafl/exit.h"
//// --- End LibAFL code ---
# ifdef TARGET_ABI_MIPSO32
# define MIPS_SYSCALL_NUMBER_UNUSED -1
static const int8_t mips_syscall_args[] = {