diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:09 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:09 -0500 |
commit | 28023f6f3d752fe600e4f610549ae27541b2ebce (patch) | |
tree | 3d69c07dc5f0ad9916024660801a46c88552d338 /src/arch/arm/isa/decoder | |
parent | 7a9dcdf99f4d33fc24f9b7a41155f4cc7cd835bd (diff) | |
download | gem5-28023f6f3d752fe600e4f610549ae27541b2ebce.tar.xz |
ARM: Decode the thumb32 load byte/memory hint instructions.
Diffstat (limited to 'src/arch/arm/isa/decoder')
-rw-r--r-- | src/arch/arm/isa/decoder/thumb.isa | 2 |
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 ab431303c..fda04363e 100644 --- a/src/arch/arm/isa/decoder/thumb.isa +++ b/src/arch/arm/isa/decoder/thumb.isa @@ -139,7 +139,7 @@ 0x1: WarnUnimpl::Advanced_SIMD_or_structure_load_store(); } 0x1: decode HTOPCODE_6_5 { - 0x0: WarnUnimpl::Load_byte_memory_hints(); + 0x0: LoadByteMemoryHints::loadByteMemoryHints(); 0x1: LoadHalfwordMemoryHints::loadHalfwordMemoryHints(); 0x2: Thumb32LoadWord::thumb32LoadWord(); 0x3: WarnUnimpl::undefined(); |