utility.cc (7720:65d338a8dba4) utility.cc (7811:a8fc35183c10)
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

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

57
58void
59skipFunction(ThreadContext *tc)
60{
61 panic("Not Implemented for POWER");
62}
63
64
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

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

57
58void
59skipFunction(ThreadContext *tc)
60{
61 panic("Not Implemented for POWER");
62}
63
64
65} // PowerISA namespace
65} // namespace PowerISA