Bugzilla – Bug 604
Simulator::SetImplementation buggy
Last modified: 2009-06-26 02:58:30 UTC
it is missing a '*': if (PeekImpl () != 0) { should be instead: if (*PeekImpl () != 0) {
changeset 2e196a48fdce