zyantific / zydis

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

Fix zydis not compiling under -Werror #507

Closed supernova9sky closed 5 months ago

supernova9sky commented 6 months ago

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

athre0z commented 5 months ago

Thanks, LGTM now! :)