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