unicorn/qemu/target
Aleksandar Markovic 49e7e28ec9
target/mips: Correct the second argument type of cpu_supports_isa()
"insn_flags" bitfield was expanded from 32-bit to 64-bit in commit
f9c9cd63e3. However, this was not reflected on the second argument
of the function cpu_supports_isa(). By chance, this did not create
some wrong behavior, since the left-most halves of all instances of
the second argument are currently all zeros. However, this is still
a bug waiting to happen. Correct this by changing the type of the
second argument to be always 64-bit.

Backports commit 5b1e098128367d6ef7cb2d1e99a55fcf4fa9cdde from qemu
2019-01-25 12:45:21 -05:00
..
arm target: Resolve repeated typedef warnings 2019-01-22 20:27:35 -05:00
i386 target: Resolve repeated typedef warnings 2019-01-22 20:27:35 -05:00
m68k target: Resolve repeated typedef warnings 2019-01-22 20:27:35 -05:00
mips target/mips: Correct the second argument type of cpu_supports_isa() 2019-01-25 12:45:21 -05:00
sparc target: Resolve repeated typedef warnings 2019-01-22 20:27:35 -05:00