projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfc417
)
X86: Decode byte sized singed divide as byte sized.
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 9 Aug 2009 08:00:47 +0000
(
01:00
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 9 Aug 2009 08:00:47 +0000
(
01:00
-0700)
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 f365ed4b063618f842376b6ed2485afb22686395..d6cfdc59388f50b5643cfe18cb2452628120b333 100644
(file)
--- a/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@
-544,7
+544,7
@@
0x5: IMUL_B(Eb);
//This should be Eb, but it access the entire word value ax.
0x6: DIV_B(Ew);
- 0x7: IDIV(Eb);
+ 0x7: IDIV
_B
(Eb);
}
//0x7: group3_Ev();
0x7: decode MODRM_REG {