diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-03 17:44:13 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-04 14:39:28 +0200 |
commit | 8b3ae692b83ecffb9315892d67b8ade5e0427e74 (patch) | |
tree | 77ecc975e10bc01374bba5d7e784c02b0831abb2 /accel | |
parent | b3f6ea7e55e8228d6f84d5cee7cb11cae917ba95 (diff) |
vl: convert -tb-size to qemu_strtoul
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'accel')
-rw-r--r-- | accel/tcg/tcg-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/tcg-all.c b/accel/tcg/tcg-all.c index dba99315e3..e327d90afd 100644 --- a/accel/tcg/tcg-all.c +++ b/accel/tcg/tcg-all.c @@ -28,7 +28,7 @@ #include "sysemu/sysemu.h" #include "qom/object.h" -int tcg_tb_size; +unsigned long tcg_tb_size; static bool tcg_allowed = true; static int tcg_init(MachineState *ms) |