summaryrefslogtreecommitdiff
path: root/nasmlib/readnum.c
diff options
context:
space:
mode:
Diffstat (limited to 'nasmlib/readnum.c')
-rw-r--r--nasmlib/readnum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasmlib/readnum.c b/nasmlib/readnum.c
index 47080884..60d856e1 100644
--- a/nasmlib/readnum.c
+++ b/nasmlib/readnum.c
@@ -164,7 +164,7 @@ int64_t readnum(const char *str, bool *error)
}
if (warn)
- nasm_error(ERR_WARNING | ERR_PASS1 | ERR_WARN_NOV,
+ nasm_error(ERR_WARNING | ERR_PASS1 | WARN_NOV,
"numeric constant %s does not fit in 64 bits",
str);