zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.4k stars 434 forks source link

Fix zydis not compiling under -Werror #507

Closed supernova9sky closed 4 months ago

supernova9sky commented 4 months ago

Added an explicit cast in the assert to silence the "-Wsign-compare" error.

athre0z commented 4 months ago

Thanks, LGTM now! :)