summaryrefslogtreecommitdiff
path: root/kern/linux/events.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kern/linux/events.cc')
-rw-r--r--kern/linux/events.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/linux/events.cc b/kern/linux/events.cc
index 9f50eef04..b688e9dd0 100644
--- a/kern/linux/events.cc
+++ b/kern/linux/events.cc
@@ -46,7 +46,7 @@ DebugPrintkEvent::process(ExecContext *xc)
DPRINTFN("");
}
- AlphaArguments args(xc);
+ AlphaISA::AlphaArguments args(xc);
Printk(args);
SkipFuncEvent::process(xc);
}