diff options
Diffstat (limited to 'src/output')
-rw-r--r-- | src/output/mdso_output_error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output/mdso_output_error.c b/src/output/mdso_output_error.c index 08d66dc..4793a35 100644 --- a/src/output/mdso_output_error.c +++ b/src/output/mdso_output_error.c @@ -27,6 +27,7 @@ static const char const * const mdso_error_strings[MDSO_ERR_CAP] = { [MDSO_ERR_INVALID_DSTDIR] = "invalid destination directory", [MDSO_ERR_INVALID_CONTEXT] = "invalid driver or unit context", [MDSO_ERR_INVALID_SOURCE] = "invalid symbol definition source file", + [MDSO_ERR_INVALID_VECTOR] = "invalid symbol vector, or vector too long", [MDSO_ERR_SOURCE_SIZE_ZERO] = "cannot map an empty symbol definition source file", }; |