Silence ARI warning about floatformat_to_double
[deliverable/binutils-gdb.git] / gdb / regcache.c
index 2e8b52ee751e2e80025b4f1880326415ce737e19..f0f7730f3e4cae204b7dec3444cddd30cf2e840b 100644 (file)
@@ -1535,6 +1535,7 @@ cooked_read_test (struct gdbarch *gdbarch)
   mock_inferior.gdbarch = gdbarch;
   mock_inferior.aspace = &mock_aspace;
   thread_info mock_thread (&mock_inferior, mock_ptid);
+  mock_inferior.thread_list = &mock_thread;
 
   /* Add the mock inferior to the inferior list so that look ups by
      target+ptid can find it.  */
This page took 0.02671 seconds and 4 git commands to generate.