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

Subversion Repositories raptor64

[/] [raptor64/] [trunk/] [software/] [c64/] [source/] [err.c] - Diff between revs 37 and 51

Show entire file | Details | Blame | View Log

Rev 37 Rev 51
Line 31... Line 31...
        "Syntax error",
        "Syntax error",
        "Illegal character",
        "Illegal character",
        "Floating point",
        "Floating point",
        "Illegal type",
        "Illegal type",
        "Undefined symbol",
        "Undefined symbol",
 
        "Duplicate symbol",
        "Bad punctuation",
        "Bad punctuation",
        "Identifier expected",
        "Identifier expected",
        "No initializer",
        "No initializer",
        "Incomplete statement",
        "Incomplete statement",
        "Illegal initializer",
        "Illegal initializer",
Line 58... Line 59...
        "Expecting a catch statement",
        "Expecting a catch statement",
        "Bad bitfield width",
        "Bad bitfield width",
        "Expression too complex",
        "Expression too complex",
        "Asm statement too long - break into multiple statements",
        "Asm statement too long - break into multiple statements",
        "Too many case constants",
        "Too many case constants",
        "Attempting to catch a structure - aggregates may not be caught - use a pointer to struct"
        "Attempting to catch a structure - aggregates may not be caught - use a pointer to struct",
 
        "Semaphore increment / decrement limited to 1 to 15."
 
        "Semaphore address must be 16 byte aligned."
};
};
 
 
char *errtext(int errnum)
char *errtext(int errnum)
{
{
        return errtextstr[errnum];
        return errtextstr[errnum];

powered by: WebSVN 2.1.0

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