Dmitry Vyukov 1c0d4caf7c sys: change BitfieldLast to BitfieldMiddle
That's the condition we always want.
Currently we always check:
t.BitfieldOffset() == 0 || t.BitfieldLast()
now can check just:
!t.BitfieldMiddle()
2017-09-04 20:51:56 +02:00
..
2017-09-01 17:17:08 +02:00
2017-09-04 20:25:23 +02:00
2017-09-04 20:25:23 +02:00
2017-08-19 10:16:23 +02:00