commit | 1a19da0da44430581bf48b595d75ad6e9fc7e428 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 11 13:19:11 2017 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jan 30 10:08:18 2018 -0800 |
tree | 5d46e77fe33e7e831d0408fc82d0eb3fc2a01647 | |
parent | f49b3537cb28b98284f6ce893ef7240a3cacded3 [diff] [blame] |
target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interrupt Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
diff --git a/target/hppa/Makefile.objs b/target/hppa/Makefile.objs index d892853..dcd60a6 100644 --- a/target/hppa/Makefile.objs +++ b/target/hppa/Makefile.objs
@@ -1 +1,2 @@ obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o +obj-y += int_helper.o