On Sun, Jun 07, 2009 at 04:27:25PM +0200, Denys Vlasenko wrote: >On Sat, Jun 6, 2009 at 10:17 PM, Gilles Espinasse<[email protected]> wrote:
>> - /* bool. "Did we have 'symbol:FOO' requested on cmdline?" */ >> - smallint need_symbols; >> + /* 1 "Did we have 'symbol:FOO' requested on cmdline?" >> + * 2 modprobe status */ >> + smallint modprobe_flags; > >Try using two separate variables. It may turn out to result >in smaller code. heh :) I told him to see if using one variable and mask the stuff in was smaller (which he presumably did) than the two he had in the previous version, FYI. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
