diff options
Diffstat (limited to 'dev/tsunami.cc')
-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 |