2002-05-10 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / go32-nat.c
index 31ac8d350a0804c7094398b3985165fb86153781..7b64b17406e9a0a991044f7e85421a0cf82aca81 100644 (file)
@@ -491,7 +491,7 @@ static void
 store_register (int regno)
 {
   if (regno < FP0_REGNUM)
-    regcache_collect (regno, (void *) &a_tss + regno_mapping[regno].tss_ofs);
+    regcache_collect (regno, (char *) &a_tss + regno_mapping[regno].tss_ofs);
   else if (FP_REGNUM_P (regno) || FPC_REGNUM_P (regno))
     i387_fill_fsave ((char *) &npx, regno);
   else
This page took 0.024484 seconds and 4 git commands to generate.