Return X86_TDESC_MMX in x86_get_ipa_tdesc_idx
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-x86-low.c
index 12c7a1b156bdc582e912fe781b2bc6accc9899ec..5c56a5d7eafa2c6a35727b1c06b78910aa04db42 100644 (file)
@@ -2927,7 +2927,8 @@ x86_get_ipa_tdesc_idx (void)
   if (tdesc == tdesc_i386_avx_avx512_linux)
     return X86_TDESC_AVX_AVX512;
 
-  return 0;
+  /* If none tdesc is found, return the one with minimum features.  */
+  return X86_TDESC_MMX;
 }
 
 /* This is initialized assuming an amd64 target.
This page took 0.023587 seconds and 4 git commands to generate.