On Wed, Nov 11, 2009 at 3:49 PM, ron minnich <[email protected]> wrote:
> On Wed, Nov 11, 2009 at 2:39 PM, Myles Watson <[email protected]> wrote:
>
>> -               memcpy(rec_dest,  rec_src, rec_src->size);
>> +               memcpy(rec_dest,  &option_table, sizeof(option_table));
>
> how can this be right? rec_src->size is 1160, and sizeof(option_table) is 8?
sizeof(&option_table) is 8, right?

Myles

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to