summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/romutil.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-02-25 10:22:43 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-02-25 10:22:43 -0800
commit7400769768d847b4d7b8f2c27eb78f463c3887a2 (patch)
treed839287014a7a91524d2c86bc233c415ecce3f16 /src/arch/x86/isa/insts/romutil.py
parent5c546e35046a0b7260dec0b4d979e05f29505785 (diff)
downloadgem5-7400769768d847b4d7b8f2c27eb78f463c3887a2.tar.xz
X86: Implement IST stack switching.
Diffstat (limited to 'src/arch/x86/isa/insts/romutil.py')
-rw-r--r--src/arch/x86/isa/insts/romutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/isa/insts/romutil.py b/src/arch/x86/isa/insts/romutil.py
index beeda3d12..e47259eb3 100644
--- a/src/arch/x86/isa/insts/romutil.py
+++ b/src/arch/x86/isa/insts/romutil.py
@@ -99,7 +99,7 @@ def rom
br rom_local_label("%(startLabel)s_stackSwitched")
%(startLabel)s_istStackSwitch:
- panic "IST based stack switching isn't implemented"
+ ld t6, tr, [8, t12, t0], 0x1c, dataSize=8, addressSize=8, atCPL0=True
br rom_local_label("%(startLabel)s_stackSwitched")
%(startLabel)s_cplStackSwitch: