Deleted Added
sdiff udiff text old ( 7087:fb8d5786ff30 ) new ( 7625:b1e69203bae9 )
full compact
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 253 unchanged lines hidden (view full) ---

262 tc->setMiscReg(MISCREG_CS_EFF_BASE, vector << 12);
263 // This has the base value pre-added.
264 tc->setMiscReg(MISCREG_CS_LIMIT, 0xffff);
265
266 tc->setPC(tc->readMiscReg(MISCREG_CS_BASE));
267 tc->setNextPC(tc->readPC() + sizeof(MachInst));
268 }
269
270#endif
271} // namespace X86ISA
272