1a2
> * Copyright 2014 Google, Inc.
554c555
< if (!curStaticInst || !curStaticInst->isDelayedCommit())
---
> if (!curStaticInst || !curStaticInst->isDelayedCommit()) {
555a557,558
> checkPcEventQueue();
> }
557,558d559
< checkPcEventQueue();
<