unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

Fix deprecated C syntax #1886

Closed hamarituc closed 8 months ago

hamarituc commented 9 months ago

This PR fixes some C syntax issues which are deprecated in modern C standards and will eventually lead to build failures with modern compiles like Clang. For details see:

wtdcode commented 8 months ago

LGTM, waiting for CI

wtdcode commented 8 months ago

Thanks & welcome!