projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce63e50
)
X86: Preserve the NO_ACCESS flag when giving CDA a specialized interface.
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 23 Aug 2009 21:16:58 +0000
(14:16 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 23 Aug 2009 21:16:58 +0000
(14:16 -0700)
src/arch/x86/isa/microops/ldstop.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/microops/ldstop.isa
b/src/arch/x86/isa/microops/ldstop.isa
index 94c707f73f85d04aee3e892f6033c72a460ba71e..912aa3511de8592a38ae06bc57257b0531ef2e99 100644
(file)
--- a/
src/arch/x86/isa/microops/ldstop.isa
+++ b/
src/arch/x86/isa/microops/ldstop.isa
@@
-529,7
+529,8
@@
let {{
dataSize="env.dataSize",
addressSize="env.addressSize", atCPL0=False):
super(CdaOp, self).__init__("InstRegIndex(NUM_INTREGS)", segment,
- addr, disp, dataSize, addressSize, "0", atCPL0, False)
+ addr, disp, dataSize, addressSize, "Request::NO_ACCESS",
+ atCPL0, False)
self.className = "Cda"
self.mnemonic = "cda"