Commit 79af537
committed
core-lock: work around gcc 4.8.4 over-optimisation
Currently the lock timeout check with gcc 4.8.4 can fail to exit
on a timeout due to an over-optimisation with gcc 4.8.4 on x86.
Re-work the expression to work around the problem.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>1 parent 98f39f6 commit 79af537
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments