Commit aa4b81806d986e649c35700d552e7ba541c01477
1 parent
b5d51029
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
Showing
1 changed file
with
0 additions
and
10 deletions
target-alpha/cpu.h
| ... | ... | @@ -389,16 +389,6 @@ enum { |
| 389 | 389 | }; |
| 390 | 390 | |
| 391 | 391 | enum { |
| 392 | - PALCODE_CALL = 0x00000000, | |
| 393 | - PALCODE_LD = 0x01000000, | |
| 394 | - PALCODE_ST = 0x02000000, | |
| 395 | - PALCODE_MFPR = 0x03000000, | |
| 396 | - PALCODE_MTPR = 0x04000000, | |
| 397 | - PALCODE_REI = 0x05000000, | |
| 398 | - PALCODE_INIT = 0xF0000000, | |
| 399 | -}; | |
| 400 | - | |
| 401 | -enum { | |
| 402 | 392 | IR_V0 = 0, |
| 403 | 393 | IR_T0 = 1, |
| 404 | 394 | IR_T1 = 2, | ... | ... |