diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-03-23 22:58:47 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-03-23 22:58:47 -0500 |
commit | 257be7434193c8a06e024f5fa9eca151025bda1e (patch) | |
tree | 9a577d83ea78252fffaf518a669bb4fd64d80e04 /dev | |
parent | 97064c521659273ae0744c1633cb6b7670d58ecb (diff) | |
download | gem5-257be7434193c8a06e024f5fa9eca151025bda1e.tar.xz |
Formatting fixes
--HG--
extra : convert_revision : 9a726945b7a1decbecf460df6714257b88742dc8
Diffstat (limited to 'dev')
-rw-r--r-- | dev/tsunami.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/tsunami.cc b/dev/tsunami.cc index a95b7365d..c84dde9bc 100644 --- a/dev/tsunami.cc +++ b/dev/tsunami.cc @@ -77,13 +77,13 @@ Tsunami::clearConsoleInt() void Tsunami::postPciInt(int line) { - cchip->postDRIR(line); + cchip->postDRIR(line); } void Tsunami::clearPciInt(int line) { - cchip->clearDRIR(line); + cchip->clearDRIR(line); } Addr |