summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/decoder/thumb.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:18 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:18 -0500
commit10031a0327f05961b537b4a63ca1a5571cf524e7 (patch)
tree39de3e2c678dab3b4d6cbfed919c322b2b5dab9e /src/arch/arm/isa/decoder/thumb.isa
parent22f15ab94e8210ac33d74f4f81046a0aaf09c972 (diff)
downloadgem5-10031a0327f05961b537b4a63ca1a5571cf524e7.tar.xz
ARM: Move some case values out of ##included files.
This will help keep the high level decode together and not have it spread into the subordinate decode stuff. The ##include lines still need to be on a line by themselves, though.
Diffstat (limited to 'src/arch/arm/isa/decoder/thumb.isa')
-rw-r--r--src/arch/arm/isa/decoder/thumb.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/isa/decoder/thumb.isa b/src/arch/arm/isa/decoder/thumb.isa
index 6c1dd7d57..3799bdf1f 100644
--- a/src/arch/arm/isa/decoder/thumb.isa
+++ b/src/arch/arm/isa/decoder/thumb.isa
@@ -40,7 +40,7 @@
//
// Authors: Gabe Black
-1: decode BIGTHUMB {
+decode BIGTHUMB {
// 16 bit thumb instructions.
0: decode TOPCODE_15_13 {
0x0, 0x1: Thumb16ShiftAddSubMoveCmp::thumb16ShiftAddMoveCmp();