utility.cc (8787:e0e18c260087) utility.cc (8791:162fbf0095b5)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

63}
64
65void
66skipFunction(ThreadContext *tc)
67{
68 panic("Not Implemented for POWER");
69}
70
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

63}
64
65void
66skipFunction(ThreadContext *tc)
67{
68 panic("Not Implemented for POWER");
69}
70
71void
72initCPU(ThreadContext *tc, int cpuId)
73{
74 panic("initCPU not implemented for POWER.\n");
75}
71
76
77
72} // namespace PowerISA
78} // namespace PowerISA