x86: use template for SSE floating point comparison insns
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index 0c5a392a2ae76f55265b294bf981c5918e703a9a..50dd2b6f190a7739a2d3032b08cda7dc83d8fc58 100644 (file)
@@ -896,6 +896,10 @@ set_bitfield (char *f, bitfield *array, int value,
 {
   unsigned int i;
 
+  /* Ignore empty fields; they may result from template expansions.  */
+  if (*f == '\0')
+    return;
+
   if (strcmp (f, "CpuFP") == 0)
     {
       set_bitfield("Cpu387", array, value, size, lineno);
This page took 0.029615 seconds and 4 git commands to generate.