unicorn/qemu/target-m68k
Emilio G. Cota 170f6e0b3b
tb: consistently use uint32_t for tb->flags
We are inconsistent with the type of tb->flags: usage varies loosely
between int and uint64_t. Settle to uint32_t everywhere, which is
superior to both: at least one target (aarch64) uses the most significant
bit in the u32, and uint64_t is wasteful.

Compile-tested for all targets.

Backports commit 89fee74a0f066dfd73830a7b5fa137e87888c870 from qemu
2018-02-23 21:28:11 -05:00
..
cpu-qom.h remove slow cpu QOM casts (#815) 2017-05-02 14:56:39 +08:00
cpu.c include/qemu/osdep.h: Don't include qapi/error.h 2018-02-21 23:08:18 -05:00
cpu.h tb: consistently use uint32_t for tb->flags 2018-02-23 21:28:11 -05:00
helper.c m68k: Clean up includes 2018-02-19 01:06:05 -05:00
helper.h
Makefile.objs del qemu/target-m68k/m68k-semi.c 2017-01-20 11:52:31 +08:00
op_helper.c m68k: Clean up includes 2018-02-19 01:06:05 -05:00
qregs.def
translate.c tcg: Make store_dummy a TCGv 2018-02-21 00:24:40 -05:00
unicorn.c tcg: Make store_dummy a TCGv 2018-02-21 00:24:40 -05:00
unicorn.h