aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common-regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/common-regcache.h')
-rw-r--r--gdb/common/common-regcache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/common-regcache.h b/gdb/common/common-regcache.h
index 938bb29..95ce64a 100644
--- a/gdb/common/common-regcache.h
+++ b/gdb/common/common-regcache.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef COMMON_REGCACHE_H
-#define COMMON_REGCACHE_H
+#ifndef COMMON_COMMON_REGCACHE_H
+#define COMMON_COMMON_REGCACHE_H
/* This header is a stopgap until we have an independent regcache. */
@@ -82,4 +82,4 @@ struct reg_buffer_common
virtual bool raw_compare (int regnum, const void *buf, int offset) const = 0;
};
-#endif /* COMMON_REGCACHE_H */
+#endif /* COMMON_COMMON_REGCACHE_H */