Add missing parameter to 'amd64_create_target_description' (and unbreak build)
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-x86-tdesc.c
index 358659b29510bb6002307fe36a7c50ac2f8deb22..c3aa20c982c33c3fb129f00f8021398254e26036 100644 (file)
@@ -118,7 +118,7 @@ amd64_linux_read_description (uint64_t xcr0, bool is_x32)
 
   if (*tdesc == NULL)
     {
-      *tdesc = amd64_create_target_description (xcr0, is_x32, true);
+      *tdesc = amd64_create_target_description (xcr0, is_x32, true, true);
 
       init_target_desc (*tdesc, amd64_expedite_regs);
     }
This page took 0.035494 seconds and 4 git commands to generate.