mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 16:05:39 +00:00
2eaf79bfd3
Replace the int8 softfloat-specific typedef with int8_t. This change was made with find include hw fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\bint8\b/int8_t/g' together with manual removal of the typedef definition, and manual undoing of various mis-hits. Backports commit 8f506c709adb7d3bed4ebefefe9487c156192a64 from qemu |
||
---|---|---|
.. | ||
softfloat.h |