mirror of https://github.com/xqemu/xqemu.git
target-alpha: remove PALCODE_ declarations (unused).
Signed-off-by: Tristan Gingold <gingold@adacore.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6929 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b5d5102904
commit
aa4b81806d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue