Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / sentinel-frame.h
index 0c9f576ef6216cc5e0f5bd3e9109520283dfd1be..948747eeb8faa9304770ed8c4434208c7aae71ad 100644 (file)
@@ -1,6 +1,6 @@
 /* Code dealing with register stack frames, for GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -34,6 +34,6 @@ extern void *sentinel_frame_cache (struct regcache *regcache);
 
 /* At present there is only one type of sentinel frame.  */
 
-extern const struct frame_unwind *const sentinel_frame_unwind;
+extern const struct frame_unwind sentinel_frame_unwind;
 
 #endif /* !defined (SENTINEL_FRAME_H)  */
This page took 0.024087 seconds and 4 git commands to generate.