cp_annotate.hh (6002:7d75f1a525db) cp_annotate.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2006-2009 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;

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

28 * Authors: Ali Saidi
29 */
30
31#ifndef __BASE__CP_ANNOTATE_HH__
32#define __BASE__CP_ANNOTATE_HH__
33
34#include "base/loader/symtab.hh"
35#include "config/cp_annotate.hh"
1/*
2 * Copyright (c) 2006-2009 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;

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

28 * Authors: Ali Saidi
29 */
30
31#ifndef __BASE__CP_ANNOTATE_HH__
32#define __BASE__CP_ANNOTATE_HH__
33
34#include "base/loader/symtab.hh"
35#include "config/cp_annotate.hh"
36#include "sim/host.hh"
36#include "base/types.hh"
37#include "sim/serialize.hh"
38#include "sim/startup.hh"
39#include "sim/system.hh"
40
41#include <string>
42#include <list>
43#include <vector>
44#include <map>

--- 478 unchanged lines hidden ---
37#include "sim/serialize.hh"
38#include "sim/startup.hh"
39#include "sim/system.hh"
40
41#include <string>
42#include <list>
43#include <vector>
44#include <map>

--- 478 unchanged lines hidden ---