Comment 3 for bug 1270040

Revision history for this message
Stephen Wu (stephen-wu) wrote :

More information

We found another symptom. Please refer to the code snip below.

system_table_t system_table =
{
    .header =
    {
        .signature = ST_SIGNATURE,
        .revision = REV_1_0
    },

    .....
};

system_table_t *st = &system_table;