unicorn/qemu/include/qemu
Lioncash c55c8b24f9
bitops.h: sextract64() return type should be int64_t, not uint64_t
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
2018-02-12 16:08:14 -05:00
..
aes.h Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
atomic.h MSVC port (vardyh) (#746) 2017-02-07 21:31:35 +08:00
bitmap.h more cleanup 2017-01-10 16:29:47 +08:00
bitops.h bitops.h: sextract64() return type should be int64_t, not uint64_t 2018-02-12 16:08:14 -05:00
bswap.h platform.h move #3 2017-01-21 00:13:21 +11:00
compiler.h isnan() fix for msvc2013 onwards (#729) 2017-01-22 16:14:05 +08:00
crc32c.h import 2015-08-21 15:04:50 +08:00
host-utils.h host-utils: Add revbit functions 2018-02-11 02:57:55 -05:00
int128.h Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
log.h platform.h move #3 2017-01-21 00:13:21 +11:00
module.h cleanup qemu/include/qemu/module.h 2017-01-25 00:20:08 +08:00
osdep.h cleanup after msvc port 2017-01-22 21:27:17 +08:00
queue.h import 2015-08-21 15:04:50 +08:00
range.h platform.h move #3 2017-01-21 00:13:21 +11:00
thread-posix.h remove mutex code 2017-01-20 15:44:03 +08:00
thread-win32.h remove mutex code 2017-01-20 15:44:03 +08:00
thread.h platform.h move #3 2017-01-21 00:13:21 +11:00
timer.h cleanup qemu/util/qemu-timer-common.c 2017-01-21 14:55:35 +08:00
typedefs.h cleanup Monitor related code 2017-01-23 10:07:01 +08:00