summaryrefslogtreecommitdiff
path: root/libcpu/i386_parse.y
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-22 05:59:26 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-22 05:59:26 +0000
commitc911d5c907edcaf80792be1abac0262439fd9082 (patch)
tree08c44e8f01ee30192ca34338211119909a4d9293 /libcpu/i386_parse.y
parenta9f3660eb17167f57ab308ec54a4e8d4c902858a (diff)
downloadelfutils-c911d5c907edcaf80792be1abac0262439fd9082.tar.gz
merge of '33d6cda327b8cb82fe8be29c24addb2bdf40acff'
and '4f7c8e6f95ff49761dd62bf932f09597f5838ab8'
Diffstat (limited to 'libcpu/i386_parse.y')
-rw-r--r--libcpu/i386_parse.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcpu/i386_parse.y b/libcpu/i386_parse.y
index 9b2ab33e..ceeb12ad 100644
--- a/libcpu/i386_parse.y
+++ b/libcpu/i386_parse.y
@@ -1090,6 +1090,10 @@ print_op_fct (const void *nodep, VISIT value,
}
+#if NMNES < 2
+# error "bogus NMNES value"
+#endif
+
static void
instrtable_out (void)
{