You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"compile" & "compile-i386" have never been adapted to use
bits_to_bytes() and crash when processing a bool because
it doesn't find a suffix for 1-bit instructions ('b', 'w', 'l', 'q').
Sprinkling a dozen "bit_to_bytes()" and adjusting a few shifts
would fix it but letting bits_in_bool be equal to 8 is much simpler.
Note: with this patch, "compile" crashes 'only' 25 times when used
on the testsuite files, instead of 27 without it.
Signed-off-by: Luc Van Oostenryck <[email protected]>
CC: Jeff Layton <[email protected]>
Signed-off-by: Christopher Li <[email protected]>
0 commit comments