ARM: Fix uninitialized value in ARM RTC model.
This commit is contained in:
@@ -52,8 +52,8 @@ using namespace AmbaDev;
|
||||
|
||||
PL031::PL031(Params *p)
|
||||
: AmbaIntDevice(p), timeVal(mkutctime(&p->time)), lastWrittenTick(0),
|
||||
loadVal(0), matchVal(0), rawInt(false), pendingInt(false),
|
||||
matchEvent(this)
|
||||
loadVal(0), matchVal(0), rawInt(false), maskInt(false),
|
||||
pendingInt(false), matchEvent(this)
|
||||
{
|
||||
pioSize = 0xfff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user