diff options
Diffstat (limited to 'src/arch/sparc/asi.hh')
-rw-r--r-- | src/arch/sparc/asi.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/sparc/asi.hh b/src/arch/sparc/asi.hh index bd1696c78..a0d667cf3 100644 --- a/src/arch/sparc/asi.hh +++ b/src/arch/sparc/asi.hh @@ -35,6 +35,7 @@ namespace SparcISA { enum ASI { + ASI_IMPLICIT = 0x00, /* Priveleged ASIs */ //0x00-0x03 implementation dependent ASI_NUCLEUS = 0x4, @@ -242,7 +243,6 @@ namespace SparcISA ASI_BLK_SL = 0xF9, ASI_BLOCK_SECONDARY_LITTLE = ASI_BLK_SL, //0xFA-0xFF implementation dependent - ASI_IMPLICIT = 0xFF, MAX_ASI = 0xFF }; |