namespace SparcISA
{
-
-
uint64_t getArgument(ThreadContext *tc, int number, bool fp);
static inline bool
template <class TC>
void zeroRegisters(TC *tc);
- inline void initCPU(ThreadContext *tc, int cpuId)
+ inline void
+ initCPU(ThreadContext *tc, int cpuId)
{
static Fault por = new PowerOnReset();
if (cpuId == 0)
}
- inline void startupCPU(ThreadContext *tc, int cpuId)
+ inline void
+ startupCPU(ThreadContext *tc, int cpuId)
{
#if FULL_SYSTEM
// Other CPUs will get activated by IPIs