diff options
Diffstat (limited to 'accel/tcg/trace-events')
-rw-r--r-- | accel/tcg/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/trace-events b/accel/tcg/trace-events index 2de8359670..c22ad60af7 100644 --- a/accel/tcg/trace-events +++ b/accel/tcg/trace-events @@ -4,7 +4,7 @@ # cpu-exec.c disable exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR disable exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR -disable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=%x" +disable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x" # translate-all.c translate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p" |