Convert the rest x86 target descriptions
[deliverable/binutils-gdb.git] / gdb / amd64-linux-tdep.c
index 7fbd328cdd98019b7e7497c58d46b66d140c9722..89d3b6a7da0bc40d0a4c08ab1e701d2f319e84fe 100644 (file)
@@ -1589,7 +1589,7 @@ amd64_linux_read_description (uint64_t xcr0_features_bit, bool is_x32)
     }
 
   if (*tdesc == NULL)
-    *tdesc = amd64_create_target_description (xcr0_features_bit, is_x32);
+    *tdesc = amd64_create_target_description (xcr0_features_bit, is_x32, true);
 
   return *tdesc;
 }
This page took 0.02528 seconds and 4 git commands to generate.