qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v11 16/26] target/loongarch: Add disassembler


From: Richard Henderson
Subject: Re: [PATCH v11 16/26] target/loongarch: Add disassembler
Date: Sat, 20 Nov 2021 10:53:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 11/19/21 7:13 AM, Song Gao wrote:
+static void output_r_offs(DisasContext *ctx, arg_r_offs *a,
+                          const char *mnemonic)
+{
+    output(ctx, mnemonic, "r%d, %d # 0x%lx", a->rj, a->offs,

%lx is wrong; use PRIx64.
Many instances.

If you use

    make docker-test-build@fedora-i386-cross

you should see errors here.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]