Deleted Added
sdiff udiff text old ( 8739:925f15f96322 ) new ( 8741:491297d019f3 )
full compact
1/*
2 * Copyright (c) 2004-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;

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

43#include "sim/system.hh"
44
45using namespace std;
46//Should this be AlphaISA?
47using namespace TheISA;
48
49T1000::T1000(const Params *p)
50 : Platform(p), system(p->system)
51{}
52
53void
54T1000::postConsoleInt()
55{
56 warn_once("Don't know what interrupt to post for console.\n");
57 //panic("Need implementation\n");
58}
59
60void

--- 52 unchanged lines hidden ---