Commit 70f8877
Fix BC_NOT on s390x
The code checks for "== true", but it should rather check for "!= nil &&
!= false".
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>1 parent d29f0fb commit 70f8877
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2540 | 2540 | | |
2541 | 2541 | | |
2542 | 2542 | | |
2543 | | - | |
2544 | | - | |
| 2543 | + | |
| 2544 | + | |
2545 | 2545 | | |
2546 | 2546 | | |
2547 | 2547 | | |
| |||
0 commit comments