memtest.hh:
Fix description string.
Minor whitespace cleanup.
src/cpu/memtest/memtest.hh:
Fix description string.
Minor whitespace cleanup.
--HG--
extra : convert_revision : 0c7213d088da46de9713ca6beabc30523ccb1c8c
This commit is contained in:
@@ -85,13 +85,13 @@ class MemTest : public MemObject
|
||||
TickEvent(MemTest *c)
|
||||
: Event(&mainEventQueue, CPU_Tick_Pri), cpu(c) {}
|
||||
void process() {cpu->tick();}
|
||||
virtual const char *description() { return "tick event"; }
|
||||
virtual const char *description() { return "MemTest tick"; }
|
||||
};
|
||||
|
||||
TickEvent tickEvent;
|
||||
|
||||
class CpuPort : public Port
|
||||
{
|
||||
|
||||
MemTest *memtest;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user