kill -9 TARGET_TB_PCREL

This commit is contained in:
Andrea Fioraldi 2022-11-17 17:39:18 +01:00
parent 504c7a5eb7
commit e2d34fd5e7
2 changed files with 14 additions and 0 deletions

View File

@ -49,4 +49,11 @@
#define NB_MMU_MODES 12 #define NB_MMU_MODES 12
//// --- Begin LibAFL code ---
#undef TARGET_TB_PCREL
# define TARGET_TB_PCREL 0
//// --- End LibAFL code ---
#endif #endif

View File

@ -29,4 +29,11 @@
# define TARGET_TB_PCREL 1 # define TARGET_TB_PCREL 1
#endif #endif
//// --- Begin LibAFL code ---
#undef TARGET_TB_PCREL
# define TARGET_TB_PCREL 0
//// --- End LibAFL code ---
#endif #endif