Deleted Added
sdiff udiff text old ( 6048:65a321a3a691 ) new ( 6049:595b5016f6d5 )
full compact
1/*
2 * Copyright (c) 2003-2007 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

277 m5Reg.submode = RealMode;
278 m5Reg.cpl = 0;
279 tc->setMiscReg(MISCREG_M5_REG, m5Reg);
280 MicroPC entry = X86ISAInst::RomLabels::extern_label_initIntHalt;
281 tc->setMicroPC(romMicroPC(entry));
282 tc->setNextMicroPC(romMicroPC(entry) + 1);
283 }
284
285#endif
286} // namespace X86ISA
287