init.cc (7674:8e3734851770) init.cc (7823:dac01f14f20f)
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * Copyright (c) 2008 The Hewlett-Packard Development Company
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

70 async_event = true;
71 async_exit = true;
72}
73
74/// Abort signal handler.
75void
76abortHandler(int sigtype)
77{
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * Copyright (c) 2008 The Hewlett-Packard Development Company
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

70 async_event = true;
71 async_exit = true;
72}
73
74/// Abort signal handler.
75void
76abortHandler(int sigtype)
77{
78 ccprintf(cerr, "Program aborted at cycle %d\n", curTick);
78 ccprintf(cerr, "Program aborted at cycle %d\n", curTick());
79}
80
81/*
82 * M5 can do several special things when various signals are sent.
83 * None are mandatory.
84 */
85void
86initSignals()

--- 177 unchanged lines hidden ---
79}
80
81/*
82 * M5 can do several special things when various signals are sent.
83 * None are mandatory.
84 */
85void
86initSignals()

--- 177 unchanged lines hidden ---