Make memtest compile again.
cpu/memtest/memtest.hh:
Oops... make memtest compile with new event priorities too.
--HG--
extra : convert_revision : 8143f2e078bb785991d351803fc3a6a50aa31ae5
This commit is contained in:
@@ -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"; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user