summaryrefslogtreecommitdiff
path: root/src/arch/sparc/asi.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-08-30 18:33:47 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-08-30 18:33:47 -0400
commit05177abbc98e98122a706fdb1498496524b58e34 (patch)
treedff9923e848626ef967c5cb9ab9718aa88c95fec /src/arch/sparc/asi.hh
parentbdb5df86a300f2c7c9853d9066bb5c74bcef3a90 (diff)
downloadgem5-05177abbc98e98122a706fdb1498496524b58e34.tar.xz
Forgot some commas
--HG-- extra : convert_revision : d178c87ba156be6302f871f1ab1030889586168f
Diffstat (limited to 'src/arch/sparc/asi.hh')
-rw-r--r--src/arch/sparc/asi.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/sparc/asi.hh b/src/arch/sparc/asi.hh
index 75e0edb30..482e077e0 100644
--- a/src/arch/sparc/asi.hh
+++ b/src/arch/sparc/asi.hh
@@ -140,10 +140,10 @@ namespace SparcISA
ASI_PST16_SECONDARY = ASI_PST16_S,
ASI_PST32_P = 0xC4,
ASI_PST32_PRIMARY = ASI_PST32_P,
- ASI_PST32_S = 0xC5
+ ASI_PST32_S = 0xC5,
ASI_PST32_SECONDARY = ASI_PST32_S,
//0xC6-0xC7 implementation dependent
- ASI_PST8_PL = 0xC8
+ ASI_PST8_PL = 0xC8,
ASI_PST8_PRIMARY_LITTLE = ASI_PST8_PL,
ASI_PST8_SL = 0xC9,
ASI_PST8_SECONDARY_LITTLE = ASI_PST8_SL,