changeset 871fccb3fb7a in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=871fccb3fb7a
description:
X86: Implement IST stack switching.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/arch/x86/isa/insts/romutil.py | 2 +-
diffs (12 lines):
diff -r 3305e17db621 -r 871fccb3fb7a src/arch/x86/isa/insts/romutil.py
--- a/src/arch/x86/isa/insts/romutil.py Wed Feb 25 10:22:36 2009 -0800
+++ b/src/arch/x86/isa/insts/romutil.py Wed Feb 25 10:22:43 2009 -0800
@@ -99,7 +99,7 @@
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:
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev