import gdb-19990422 snapshot
[deliverable/binutils-gdb.git] / sim / mips / interp.c
index 75bc54b7b821a0d0b43d6794f2ec29528a5ced6f..a2ed20fb7bef2657c9f89fc32d23599ac028cb4a 100644 (file)
@@ -750,6 +750,7 @@ sim_store_register (sd,rn,memory,length)
 
   if (rn >= FGRIDX && rn < FGRIDX + NR_FGR)
     {
+      cpu->fpr_state[rn - FGRIDX] = fmt_uninterpreted;
       if (cpu->register_widths[rn] == 32)
        {
          cpu->fgr[rn - FGRIDX] = T2H_4 (*(unsigned32*)memory);
This page took 0.02438 seconds and 4 git commands to generate.