main.cc (4128:5f4ef6ceb5c4) main.cc (4167:ce5d0f62f13b)
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

35#include <string>
36
37#include "base/cprintf.hh"
38#include "base/misc.hh"
39#include "config/pythonhome.hh"
40#include "python/swig/init.hh"
41#include "sim/async.hh"
42#include "sim/host.hh"
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

35#include <string>
36
37#include "base/cprintf.hh"
38#include "base/misc.hh"
39#include "config/pythonhome.hh"
40#include "python/swig/init.hh"
41#include "sim/async.hh"
42#include "sim/host.hh"
43#include "sim/root.hh"
43#include "sim/core.hh"
44
45using namespace std;
46
47/// Stats signal handler.
48void
49dumpStatsHandler(int sigtype)
50{
51 async_event = true;

--- 71 unchanged lines hidden ---
44
45using namespace std;
46
47/// Stats signal handler.
48void
49dumpStatsHandler(int sigtype)
50{
51 async_event = true;

--- 71 unchanged lines hidden ---