Initialize the t0 trigger value to false.

This commit is contained in:
Cary R 2017-11-26 20:24:58 -08:00
parent e611e8acc0
commit a5b945f8f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2013 Stephen Williams (steve@icarus.com) * Copyright (c) 2000-2017 Stephen Williams (steve@icarus.com)
* *
* This source code is free software; you can redistribute it * This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU * and/or modify it in source code form under the terms of the GNU
@ -345,7 +345,7 @@ void NetEvProbe::find_similar_probes(list<NetEvProbe*>&plist)
} }
NetEvWait::NetEvWait(NetProc*pr) NetEvWait::NetEvWait(NetProc*pr)
: statement_(pr) : statement_(pr), has_t0_trigger_(false)
{ {
} }