Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Dec 21, 2024
1 parent af34d91 commit 3b48b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tcg/plugins/discons.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ static void insn_exec(unsigned int vcpu_index, void *userdata)

static void vcpu_tb_trans(qemu_plugin_id_t id, struct qemu_plugin_tb *tb)
{
size_t i;
size_t n_insns = qemu_plugin_tb_n_insns(tb);
uint64_t i;
uint64_t n_insns = qemu_plugin_tb_n_insns(tb);

g_autoptr(GString) s = g_string_new("");
uint64_t vaddr = qemu_plugin_tb_vaddr(tb);
Expand Down

0 comments on commit 3b48b88

Please sign in to comment.