Warnings come from the fact that PRIx32 is not used for printing 32 bit values instead of "%lx", and "%lx" evaluates to a 64 bit long on 64 bit systems while PRIx32 always evaluates to the right type for the respective arch. Signed-off-by: Lyude Paul <lyude@redhat.com> Reviewed-by: Adam Jackson <ajax@redhat.com> |
||
---|---|---|
.. | ||
x86emu | ||
Makefile.am | ||
debug.c | ||
decode.c | ||
fpu.c | ||
meson.build | ||
ops.c | ||
ops2.c | ||
prim_ops.c | ||
sys.c | ||
validate.c | ||
x86emu.h |