From 1a1f7dbcf18c674bafd4536a8d125ce2ff987bf7 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Fri, 10 Apr 2009 21:27:48 +0000 Subject: target-alpha: remove amask helper The direct use of helper_amask in translate.c was bogus (as env is not assigned). Directly code amask in tcg and remove the helper. Signed-off-by: Tristan Gingold Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7075 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-alpha/helper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'target-alpha/helper.h') diff --git a/target-alpha/helper.h b/target-alpha/helper.h index f62b1c2..a4faca2 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -3,7 +3,6 @@ DEF_HELPER_0(tb_flush, void) DEF_HELPER_2(excp, void, int, int) -DEF_HELPER_1(amask, i64, i64) DEF_HELPER_0(load_pcc, i64) DEF_HELPER_0(rc, i64) DEF_HELPER_0(rs, i64) -- cgit v1.1