includes.isa (3069:5f5c04e257d5) includes.isa (3385:b28a1fd5a5c7)
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

35
36output header {{
37#include <sstream>
38#include <iostream>
39
40#include "cpu/static_inst.hh"
41#include "arch/sparc/faults.hh"
42#include "mem/request.hh" // some constructors use MemReq flags
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

35
36output header {{
37#include <sstream>
38#include <iostream>
39
40#include "cpu/static_inst.hh"
41#include "arch/sparc/faults.hh"
42#include "mem/request.hh" // some constructors use MemReq flags
43#include "mem/packet.hh"
43#include "arch/sparc/isa_traits.hh"
44#include "arch/sparc/regfile.hh"
45}};
46
47output decoder {{
48#include "base/cprintf.hh"
49#include "base/loader/symtab.hh"
50#include "cpu/thread_context.hh" // for Jump::branchTarget()

--- 21 unchanged lines hidden ---
44#include "arch/sparc/isa_traits.hh"
45#include "arch/sparc/regfile.hh"
46}};
47
48output decoder {{
49#include "base/cprintf.hh"
50#include "base/loader/symtab.hh"
51#include "cpu/thread_context.hh" // for Jump::branchTarget()

--- 21 unchanged lines hidden ---