forgot include

This commit is contained in:
Romain Malmain 2025-05-02 13:19:44 +02:00
parent 94ef85a39a
commit 92e59e0587
No known key found for this signature in database
GPG Key ID: 02E4A13F7415468A

View File

@ -27,6 +27,10 @@
#include "target/arm/syndrome.h"
#include "target/arm/cpu-features.h"
//// --- Begin LibAFL code ---
#include "libafl/exit.h"
//// --- End LibAFL code ---
/* AArch64 main loop */
void cpu_loop(CPUARMState *env)
{