From 1cb71599664c9d18e91cbfb596a10c0d134baa91 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Thu, 11 Dec 2003 08:46:21 -0800 Subject: Make memtest compile again. cpu/memtest/memtest.hh: Oops... make memtest compile with new event priorities too. --HG-- extra : convert_revision : 8143f2e078bb785991d351803fc3a6a50aa31ae5 --- cpu/memtest/memtest.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/memtest') diff --git a/cpu/memtest/memtest.hh b/cpu/memtest/memtest.hh index bda807d11..3e7dff968 100644 --- a/cpu/memtest/memtest.hh +++ b/cpu/memtest/memtest.hh @@ -66,7 +66,7 @@ class MemTest : public BaseCPU MemTest *cpu; public: TickEvent(MemTest *c) - : Event(&mainEventQueue, 100), cpu(c) {} + : Event(&mainEventQueue, CPU_Tick_Pri), cpu(c) {} void process() {cpu->tick();} virtual const char *description() { return "tick event"; } }; -- cgit v1.2.3