physical-computation / sunflower-embedded-system-emulator

Sunflower Full-System Hardware Emulator and Physical System Simulator for Sensor-Driven Systems. Built-in architecture modeling of Hitachi SH (j-core), RISC-V, and more.
http://sflr.org
BSD 3-Clause "New" or "Revised" License
24 stars 216 forks source link

Format specifiers #175

Open phillipstanleymarbell opened 4 years ago

phillipstanleymarbell commented 4 years ago

Use C99 platform-independent formatting specifiers throughout (e.g., %zu for size_t and %"PRIu32" for uint32_t), replacing the current mix of %d and UH8LONGFMT etc.