init.cc (5601:1acb7016d0e4) init.cc (6214:1ec0ec8933ae)
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

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

36#include <iostream>
37#include <string>
38#include <zlib.h>
39
40#include "base/cprintf.hh"
41#include "base/misc.hh"
42#include "sim/async.hh"
43#include "sim/core.hh"
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

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

36#include <iostream>
37#include <string>
38#include <zlib.h>
39
40#include "base/cprintf.hh"
41#include "base/misc.hh"
42#include "sim/async.hh"
43#include "sim/core.hh"
44#include "sim/host.hh"
44#include "base/types.hh"
45#include "sim/init.hh"
46
47using namespace std;
48
49/// Stats signal handler.
50void
51dumpStatsHandler(int sigtype)
52{

--- 157 unchanged lines hidden ---
45#include "sim/init.hh"
46
47using namespace std;
48
49/// Stats signal handler.
50void
51dumpStatsHandler(int sigtype)
52{

--- 157 unchanged lines hidden ---