unicorn/qemu/target-sparc
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
..
cc_helper.c sparc: Clean up includes 2018-02-19 00:52:41 -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
fop_helper.c sparc: Clean up includes 2018-02-19 00:52:41 -05:00
helper.c sparc: Clean up includes 2018-02-19 00:52:41 -05:00
helper.h
int32_helper.c sparc: Clean up includes 2018-02-19 00:52:41 -05:00
int64_helper.c target-sparc: fix Trap Based Address Register behavior for sparc64 2018-02-23 13:39:59 -05:00
ldst_helper.c target-sparc: fix Nucleus quad LDD 128 bit access for windowed registers 2018-02-23 13:39:34 -05:00
Makefile.objs cleanup Sparc unused code 2017-01-23 12:34:00 +08:00
mmu_helper.c tlb: Add ifetch argument to cpu_mmu_index() 2018-02-17 15:23:37 -05:00
TODO
translate.c target-sparc: fix register corruption in ldstub if there is no write permission 2018-02-23 14:06:38 -05:00
unicorn64.c This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
unicorn.c tcg: Make cpu_regs_sparc a TCGv array 2018-02-21 01:50:28 -05:00
unicorn.h New feature: registers can be bulk saved/restored in an opaque blob 2016-08-20 04:14:07 -07:00
vis_helper.c sparc: Clean up includes 2018-02-19 00:52:41 -05:00
win_helper.c sparc: Clean up includes 2018-02-19 00:52:41 -05:00