mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-27 03:11:18 +00:00
Use `PRIxxx` related macros to format the output strings so as to clear compile warnings, e.g. PRIu32, PRId32, PRIX32, PRIX64 and so on. And add the related macro definitions in platform_common.h if they are not defined, as some compilers might not support them. |
||
|---|---|---|
| .. | ||
| aot_reloc_aarch64.c | ||
| aot_reloc_arc.c | ||
| aot_reloc_arm.c | ||
| aot_reloc_mips.c | ||
| aot_reloc_riscv.c | ||
| aot_reloc_thumb.c | ||
| aot_reloc_x86_32.c | ||
| aot_reloc_x86_64.c | ||
| aot_reloc_xtensa.c | ||