summaryrefslogtreecommitdiff
path: root/nasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.c')
-rw-r--r--nasm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nasm.c b/nasm.c
index b83810d..d10ddbc 100644
--- a/nasm.c
+++ b/nasm.c
@@ -166,6 +166,7 @@ static const struct warning {
{"user", "%warning directives", true},
{"lock", "lock prefix on unlockable instructions", true},
{"hle", "invalid hle prefixes", true},
+ {"bnd", "invalid bnd prefixes", true},
};
static bool want_usage;