projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674b643
)
X86: Attach the CMC instruction to the decoder.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:37:44 +0000
(22:37 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:37:44 +0000
(22:37 -0700)
--HG--
extra : convert_revision :
909661062017c7640c343e80431eaf365e8fcf53
src/arch/x86/isa/decoder/one_byte_opcodes.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
index f49059de20bb4df0999430fa5f154a5978b89cd8..b1fdce0a7a7a7f190cb38ffeecbfdb0827aaba9f 100644
(file)
--- a/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@
-503,8
+503,8
@@
0x3: M5InternalError::error(
{{"Tried to execute the rep/repe prefix!"}});
0x4: hlt();
- 0x5: cmc();
format Inst {
+ 0x5: CMC();
//0x6: group3_Eb();
0x6: decode MODRM_REG {
0x0: TEST(Eb,Iz);