mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-05 18:24:52 +00:00
The documentation for sextract64() claims that the return type is an int64_t, but the code itself disagrees. Fix the return type to conform to the documentation and to bring it into line with sextract32(), which returns int32_t. Backports commit 4f9950520a115acf9c0a209f0befa45758ad0215 from qemu |
||
|---|---|---|
| .. | ||
| aes.h | ||
| atomic.h | ||
| bitmap.h | ||
| bitops.h | ||
| bswap.h | ||
| compiler.h | ||
| crc32c.h | ||
| host-utils.h | ||
| int128.h | ||
| log.h | ||
| module.h | ||
| osdep.h | ||
| queue.h | ||
| range.h | ||
| thread-posix.h | ||
| thread-win32.h | ||
| thread.h | ||
| timer.h | ||
| typedefs.h | ||