#include "errcode.h"
const char *errstr[] = {
"success",
"cannot open file",
"cannot read file",
"cannot get file size",
"cannot write file",
"out of range",
"label has no address",
"yasm directive 'org' is required",
"no pt directive",
"no such label",
"label name is too long",
"label name is not unique",
"failed to find section name",
"failed to find value for section attribute",
"unknown section attribute",
"missing ')'",
"missing '('",
"parse error",
"integer cannot be parsed",
"integer too big",
"ipc missing or has invalid value",
"ip missing",
"no arguments",
"trailing tokens",
"unknown character",
"unknown directive",
"missing directive",
"unexpected sub C-state",
"invalid C-state",
"no open sideband file",
"sideband format error",
"configuration error",
"pt library error",
"run failed",
"unspecified error",
"out of memory",
"name too long",
"internal error",
"processing stopped",
"max error code",
};