]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu/log.h
tcg: Lower indirect registers in a separate pass
[mirror_qemu.git] / include / qemu / log.h
index 9ab8f511883bae36e6197065a0fddedf1e482266..00bf37fc0f9a7036f5b242ac2c780178e34ef987 100644 (file)
@@ -42,6 +42,7 @@ static inline bool qemu_log_separate(void)
 #define CPU_LOG_TB_NOCHAIN (1 << 13)
 #define CPU_LOG_PAGE       (1 << 14)
 #define LOG_TRACE          (1 << 15)
+#define CPU_LOG_TB_OP_IND  (1 << 16)
 
 /* Returns true if a bit is set in the current loglevel mask
  */