unicorn/qemu/accel
Lioncash ce8697f978
accel/translate-all: Convert a void* cast into an unsigned char* cast
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.
2019-01-28 09:14:33 -05:00
..
tcg accel/translate-all: Convert a void* cast into an unsigned char* cast 2019-01-28 09:14:33 -05:00
Makefile.objs