summaryrefslogtreecommitdiff
path: root/src/arch/alpha/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/types.hh')
-rw-r--r--src/arch/alpha/types.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/types.hh b/src/arch/alpha/types.hh
index 645e09105..b1411d46e 100644
--- a/src/arch/alpha/types.hh
+++ b/src/arch/alpha/types.hh
@@ -48,7 +48,7 @@ enum annotes
{
ANNOTE_NONE = 0,
// An impossible number for instruction annotations
- ITOUCH_ANNOTE = 0xffffffff,
+ ITOUCH_ANNOTE = 0xffffffff
};
} // namespace AlphaISA