projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0756dbb
)
X86: Fix the rdbase microop
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 13 Oct 2008 03:07:46 +0000
(20:07 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 13 Oct 2008 03:07:46 +0000
(20:07 -0700)
src/arch/x86/isa/microops/regop.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/microops/regop.isa
b/src/arch/x86/isa/microops/regop.isa
index d0d7062ffe0e3e9b7765c73057cc3bdcee50e853..dfb0abeae10f2b4ef690b7362ddb7f0e2fc1e2b3 100644
(file)
--- a/
src/arch/x86/isa/microops/regop.isa
+++ b/
src/arch/x86/isa/microops/regop.isa
@@
-1001,7
+1001,7
@@
let {{
class Rdbase(SegOp):
code = '''
- DestReg = SegBase
Dest
;
+ DestReg = SegBase
Src1
;
'''
class Rdlimit(SegOp):