From 5772e3cadaf12cf155e6ad0cb79a3b7333d1dd10 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 13 Nov 2007 01:31:43 -0800 Subject: X86: Make microcode use presegmentation RIPs and the rest of m5 use post segmentation RIPS. --HG-- extra : convert_revision : d8cda7c8b9a2afb8a9d601b6d61529a96c5f87fe --- src/arch/x86/process.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/x86/process.cc') diff --git a/src/arch/x86/process.cc b/src/arch/x86/process.cc index c6246c76b..633b2f136 100644 --- a/src/arch/x86/process.cc +++ b/src/arch/x86/process.cc @@ -461,6 +461,8 @@ X86LiveProcess::argsInit(int intSize, int pageSize) threadContexts[0]->setIntReg(StackPointerReg, stack_min); Addr prog_entry = objFile->entryPoint(); + // There doesn't need to be any segment base added in since we're dealing + // with the flat segmentation model. threadContexts[0]->setPC(prog_entry); threadContexts[0]->setNextPC(prog_entry + sizeof(MachInst)); -- cgit v1.2.3