projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf3611
)
Hook near returns into the decoder.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 19 Jul 2007 00:48:16 +0000
(17:48 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 19 Jul 2007 00:48:16 +0000
(17:48 -0700)
--HG--
extra : convert_revision :
b38d4417552991e44f5d1de1f35d5d1ad8f32340
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 82e50e7451370400b5057025842ee8eaa1dd8211..12bebd47bc4e7d679ce9e86ffc785c0b3318f37e 100644
(file)
--- a/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@
-398,7
+398,7
@@
0x0: group2_Eb_Ib();
0x1: group2_Ev_Ib();
0x2: ret_near_Iw();
- 0x3:
ret_near
();
+ 0x3:
Inst::RET
();
0x4: decode MODE_SUBMODE {
0x0: This_should_be_an_illegal_instruction();
default: les_Gz_Mp();