mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-23 00:51:07 +00:00
63ac282f1a
Replace the uint32 softfloat-specific typedef with uint32_t. This change was made with find include hw fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\buint32\b/uint32_t/g' together with manual removal of the typedef definition, manual undoing of various mis-hits, and another couple of fixes found via test compilation. All the uses in hw/ were using the wrong type by mistake. Backports commit 3a87d00910ef64a2eece4aad25d96ea10683fc5c from qemu |
||
---|---|---|
.. | ||
softfloat.h |