* alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
[deliverable/binutils-gdb.git] / gdb / alpha-tdep.c
index 971dd632f24d37a2a5878be42267ef4087c6ea54..4ca6bcc3884fc66ebe29534eabafae0c11a0a436 100644 (file)
@@ -1686,6 +1686,6 @@ search.  The only need to set it is when debugging a stripped executable.",
                   &setlist);
   /* We need to throw away the frame cache when we set this, since it
      might change our ability to get backtraces.  */
-  c->function.sfunc = reinit_frame_cache_sfunc;
+  set_cmd_sfunc (c, reinit_frame_cache_sfunc);
   add_show_from_set (c, &showlist);
 }
This page took 0.023239 seconds and 4 git commands to generate.