On 4/8/19 8:04 PM, Stefan Weil wrote:
> static tcg_target_ulong tci_read_i(uint8_t **tb_ptr)
> {
> - tcg_target_ulong value = *(tcg_target_ulong *)(*tb_ptr);
> + tcg_target_ulong value;Ideally these would use the helpers from "qemu/bswap.h", ldl_he_p(), etc. r~
