]> Git Repo - qemu.git/blobdiff - include/exec/gen-icount.h
block: Move BlockAcctStats into BlockBackend
[qemu.git] / include / exec / gen-icount.h
index 6e5b01239b88d0fe04fca5a698b2c40b4e456c4e..05d89d358fb4d98c0f6e51385b056253858e5e81 100644 (file)
@@ -6,8 +6,8 @@
 /* Helpers for instruction counting code generation.  */
 
 static TCGArg *icount_arg;
-static int icount_label;
-static int exitreq_label;
+static TCGLabel *icount_label;
+static TCGLabel *exitreq_label;
 
 static inline void gen_tb_start(TranslationBlock *tb)
 {
This page took 0.022889 seconds and 4 git commands to generate.