diff --git a/qemu/include/qemu/log.h b/qemu/include/qemu/log.h index 4681b151..637cca38 100644 --- a/qemu/include/qemu/log.h +++ b/qemu/include/qemu/log.h @@ -36,6 +36,7 @@ static inline bool qemu_log_enabled(void) #define CPU_LOG_PAGE (1 << 14) #define LOG_TRACE (1 << 15) #define CPU_LOG_TB_OP_IND (1 << 16) +#define CPU_LOG_TB_FPU (1 << 17) /* Returns true if a bit is set in the current loglevel mask */