Deleted Added
sdiff udiff text old ( 6334:285b9886fee2 ) new ( 7720:65d338a8dba4 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 MIPS Technologies, Inc.
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

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

34//
35
36output header {{
37#include <sstream>
38#include <iostream>
39#include <iomanip>
40
41#include "arch/mips/isa_traits.hh"
42#include "cpu/static_inst.hh"
43#include "mem/packet.hh"
44}};
45
46output decoder {{
47#include "arch/mips/isa_traits.hh"
48#include "base/cprintf.hh"
49#include "base/loader/symtab.hh"

--- 46 unchanged lines hidden ---