*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / linux-thread-db.c
index d91a894166d5cbc6bc84840d133e34c99e4f414b..517dc44d0781e42d0743eb05d393e6496132ea67 100644 (file)
@@ -1080,7 +1080,8 @@ thread_db_get_thread_local_address (ptid_t ptid,
       thread_db_map_id2thr (thread_info, 1);
 
       /* Finally, get the address of the variable.  */
-      err = td_thr_tls_get_addr_p (&thread_info->private->th, (void *) lm,
+      err = td_thr_tls_get_addr_p (&thread_info->private->th,
+                                  (void *)(size_t) lm,
                                   offset, &address);
 
 #ifdef THREAD_DB_HAS_TD_NOTALLOC
This page took 0.025374 seconds and 4 git commands to generate.