* frame.c (deprecated_selected_frame): Rename to...
[deliverable/binutils-gdb.git] / gdb / regcache.h
index c6ce2e3ff70e4ca4a1adbd55d285fc12597adec7..fc24559e4dd191940ce954ed620d7a393433e8f3 100644 (file)
@@ -163,7 +163,7 @@ extern void regcache_cpy_no_passthrough (struct regcache *dest, struct regcache
    simple substitution is required when updating the code.  The
    change, as far as practical, should avoid adding references to
    global variables (e.g., current_regcache, current_frame,
-   current_gdbarch or deprecated_selected_frame) and instead refer to
+   current_gdbarch or the selected frame) and instead refer to
    the FRAME or REGCACHE that has been passed into the containing
    function as parameters.  Consequently, the change typically
    involves modifying the containing function so that it takes a FRAME
This page took 0.033549 seconds and 4 git commands to generate.