OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 41 to Rev 42
    Reverse comparison

Rev 41 → Rev 42

/trunk/or1ksim/cpu/common/parse.c
542,7 → 542,7
debug("Symbol: %s,", coffsymhdr.e.e_name);
debug(" val: 0x%.8x,", COFF_LONG_H(coffsymhdr.e_value));
debug(" auxs: %c\n", coffsymhdr.e_numaux);
if (strlen(coffsymhdr.e.e_name))
if (strlen(coffsymhdr.e.e_name) && strlen(coffsymhdr.e.e_name) < 9)
addlabel(coffsymhdr.e.e_name, COFF_LONG_H(coffsymhdr.e_value));
}
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.