Deleted Added
sdiff udiff text old ( 4183:3d19c1d46946 ) new ( 4997:e7380529bd2d )
full compact
1/*
2 * Copyright (c) 2003-2005 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;

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

615 hintp = 0; // no interrupts pending
616 hstick_cmprFields.int_dis = 1; // disable timer compare interrupts
617 hstick_cmprFields.tick_cmpr = 0; // Reset to 0 for pretty printing
618 */
619}
620
621#else // !FULL_SYSTEM
622
623void SpillNNormal::invoke(ThreadContext *tc)
624{
625 doNormalFault(tc, trapType(), false);
626
627 Process *p = tc->getProcessPtr();
628
629 //XXX This will only work in faults from a SparcLiveProcess
630 SparcLiveProcess *lp = dynamic_cast<SparcLiveProcess *>(p);

--- 50 unchanged lines hidden ---