projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e632817
)
Fix a typo in one of the operand type tags.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 20 Jun 2007 19:04:41 +0000
(19:04 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 20 Jun 2007 19:04:41 +0000
(19:04 +0000)
--HG--
extra : convert_revision :
bea87214ba4b40d75a350b803154836ec6d0ae9e
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 3b4e72347aa5c49740e9694d5c26742a09ca07ee..484f8160d7f59d0f7d68607c83e2ea064cf08cc3 100644
(file)
--- a/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@
-315,7
+315,7
@@
0x0: Inst::MOV(Eb,Gb);
0x1: Inst::MOV(Ev,Gv);
0x2: Inst::MOV(Gb,Eb);
- 0x3: Inst::MOV(Gv,E
b
);
+ 0x3: Inst::MOV(Gv,E
v
);
0x4: mov_MwRv_Sw(); //What to do with this one?
0x5: Inst::LEA(Gv,M);
0x6: mov_Sw_MwRv();