URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 148 |
Line 47... |
Line 47... |
|
|
// Report a fatal error. After printing the error, this must exit.
|
// Report a fatal error. After printing the error, this must exit.
|
void
|
void
|
fatal(const char* format, va_list) ATTRIBUTE_NORETURN;
|
fatal(const char* format, va_list) ATTRIBUTE_NORETURN;
|
|
|
|
// Report a fallback error. After printing the error, this must exit
|
|
// with a special status code indicating that fallback to
|
|
// --incremental-full is required.
|
|
void
|
|
fallback(const char* format, va_list) ATTRIBUTE_NORETURN;
|
|
|
// Report an error and continue.
|
// Report an error and continue.
|
void
|
void
|
error(const char* format, va_list);
|
error(const char* format, va_list);
|
|
|
// Report a warning and continue.
|
// Report a warning and continue.
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.