diff options
| author | Richard Henderson | 2017-12-15 21:37:26 +0100 |
|---|---|---|
| committer | Richard Henderson | 2018-01-31 14:30:50 +0100 |
| commit | 43e056522f3e653d0d7e412b4e4d54eb7bcae8b1 (patch) | |
| tree | be33d01c791fca04dde93fdc25d0c30913319660 /target/hppa/cpu.h | |
| parent | target/hppa: Add migration for the cpu (diff) | |
| download | qemu-43e056522f3e653d0d7e412b4e4d54eb7bcae8b1.tar.gz qemu-43e056522f3e653d0d7e412b4e4d54eb7bcae8b1.tar.xz qemu-43e056522f3e653d0d7e412b4e4d54eb7bcae8b1.zip | |
target/hppa: Implement B,GATE insn
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa/cpu.h')
| -rw-r--r-- | target/hppa/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h index 5fab9e1394..70af823a15 100644 --- a/target/hppa/cpu.h +++ b/target/hppa/cpu.h @@ -354,6 +354,7 @@ int hppa_get_physical_address(CPUHPPAState *env, vaddr addr, int mmu_idx, extern const MemoryRegionOps hppa_io_eir_ops; extern const struct VMStateDescription vmstate_hppa_cpu; void hppa_cpu_alarm_timer(void *); +int hppa_artype_for_page(CPUHPPAState *env, target_ulong vaddr); #endif void QEMU_NORETURN hppa_dynamic_excp(CPUHPPAState *env, int excp, uintptr_t ra); |
