aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2016-12-15 11:26:14 -0800
committerRichard Henderson <rth@twiddle.net>2017-01-23 09:52:40 -0800
commit61766fe9e2d37ac4928119eabfe2250bd8f43b11 (patch)
tree24b953b5a5e139778282faeb3d898c0a8d202939 /target/hppa/helper.h
parent005fa38d86257d471ac461c066a5409a9f5ebb02 (diff)
downloadqemu-61766fe9e2d37ac4928119eabfe2250bd8f43b11.zip
qemu-61766fe9e2d37ac4928119eabfe2250bd8f43b11.tar.gz
qemu-61766fe9e2d37ac4928119eabfe2250bd8f43b11.tar.bz2
target-hppa: Add framework and enable compilation
This is just about the minimum required to enable compilation without actually executing any instructions. This contains the HPPACPU structure and the required callbacks, the gdbstub, the basic translation loop, and a translate_one function that always results in an illegal instruction. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/hppa/helper.h')
-rw-r--r--target/hppa/helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/hppa/helper.h b/target/hppa/helper.h
new file mode 100644
index 0000000..9c94dac
--- /dev/null
+++ b/target/hppa/helper.h
@@ -0,0 +1,3 @@
+DEF_HELPER_2(excp, noreturn, env, int)
+
+DEF_HELPER_FLAGS_1(loaded_fr0, TCG_CALL_NO_RWG, void, env)