Deleted Added
sdiff udiff text old ( 4240:cde9d7751cce ) new ( 4377:ca55a0b1990a )
full compact
1/*
2 * Copyright (c) 2002-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;

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

132 TheISA::Predecoder predecoder;
133
134 // Static data storage
135 TheISA::LargestRead dataReg;
136
137 StaticInstPtr curStaticInst;
138 StaticInstPtr curMacroStaticInst;
139
140 void checkForInterrupts();
141 Fault setupFetchRequest(Request *req);
142 void preExecute();
143 void postExecute();
144 void advancePC(Fault fault);
145
146 virtual void deallocateContext(int thread_num);
147 virtual void haltContext(int thread_num);

--- 212 unchanged lines hidden ---