mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2026-08-09 19:13:37 +00:00
Replace the int64 softfloat-specific typedef with int64_t. This change was made with find include fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\bint64\b/int64_t/g' together with manual removal of the typedef definition, and manual undoing of some mis-hits where macro arguments were being used for token pasting rather than as a type. Backports commit f42c222482b651400f0fa417eb174da1c9502c1c from qemu |
||
|---|---|---|
| .. | ||
| softfloat-macros.h | ||
| softfloat-specialize.h | ||
| softfloat.c | ||