Commit 04f2db2
committed
Do not wait for timer in ExDeleteTimer when closing VM.
Note: the timer should be cancelled already before reaching here.
Putting TRUE is just for feeling safe, as wait=TRUE should only
take effect when the timer is active. However, one of my AMD
PC would hang while all the other testing PCs are fine.
wait=FALSE can avoid the weird issue on that AMD PC.
Change-Id: Ia5ffe658a6369e30e38584379996b31cca0673e31 parent eab0637 commit 04f2db2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments