projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35eea41
)
X86: Make the interrupt entering microcode record the value to use, not actually...
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 19 Apr 2009 10:36:57 +0000
(
03:36
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 19 Apr 2009 10:36:57 +0000
(
03:36
-0700)
src/arch/x86/isa/insts/romutil.py
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/insts/romutil.py
b/src/arch/x86/isa/insts/romutil.py
index 17034fd498289721a8d1f07728f8df867fce09ac..aa013dbd1be63fdb7786ab9bc1829869f4c18c81 100644
(file)
--- a/
src/arch/x86/isa/insts/romutil.py
+++ b/
src/arch/x86/isa/insts/romutil.py
@@
-84,7
+84,7
@@
def rom
sub t0, t5, t10, flags=(EZF,), dataSize=8
# We're going to change priviledge, so zero out the stack selector. We
# need to let the IST have priority so we don't branch yet.
-
wrsel t11
, t0, flags=(nCEZF,)
+
mov t11, t0
, t0, flags=(nCEZF,)
# Check the IST field of the gate descriptor
srli t12, t4, 32, dataSize=8