mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
tcg: kill two warnings
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6029 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c241f1f4a5
commit
3e9a474e3d
2 changed files with 2 additions and 2 deletions
|
@ -886,7 +886,7 @@ void tcg_dump_ops(TCGContext *s, FILE *outfile)
|
|||
val = args[1];
|
||||
th = tcg_find_helper(s, val);
|
||||
if (th) {
|
||||
fprintf(outfile, th->name);
|
||||
fprintf(outfile, "%s", th->name);
|
||||
} else {
|
||||
if (c == INDEX_op_movi_i32)
|
||||
fprintf(outfile, "0x%x", (uint32_t)val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue