utility.cc (7720:65d338a8dba4) utility.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

238
239void
240skipFunction(ThreadContext *tc)
241{
242 panic("Not implemented for x86\n");
243}
244
245
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

238
239void
240skipFunction(ThreadContext *tc)
241{
242 panic("Not implemented for x86\n");
243}
244
245
246} //namespace X86_ISA
246} // namespace X86_ISA