From aa4b81806d986e649c35700d552e7ba541c01477 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sun, 29 Mar 2009 00:22:12 +0000 Subject: [PATCH] target-alpha: remove PALCODE_ declarations (unused). Signed-off-by: Tristan Gingold Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6929 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-alpha/cpu.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 1cbd3ca76e..a9f1c0f99b 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -388,16 +388,6 @@ enum { EXCP_ARITH_OVERFLOW, }; -enum { - PALCODE_CALL = 0x00000000, - PALCODE_LD = 0x01000000, - PALCODE_ST = 0x02000000, - PALCODE_MFPR = 0x03000000, - PALCODE_MTPR = 0x04000000, - PALCODE_REI = 0x05000000, - PALCODE_INIT = 0xF0000000, -}; - enum { IR_V0 = 0, IR_T0 = 1,