mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-05-30 12:07:05 +00:00
Strictly speaking, as far as the standard care, performing pointer arithmetic on a void* type is ill formed. This is a GNU extension that allows this. Instead, just use unsigned char* which preserves the same behavior. |
||
---|---|---|
.. | ||
tcg | ||
Makefile.objs |