aboutsummaryrefslogtreecommitdiff
path: root/gdb/x86-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/x86-tdep.h')
-rw-r--r--gdb/x86-tdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/x86-tdep.h b/gdb/x86-tdep.h
index 7ab4781..2b5853a 100644
--- a/gdb/x86-tdep.h
+++ b/gdb/x86-tdep.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 X86_TDEP_H
-#define X86_TDEP_H
+#ifndef GDB_X86_TDEP_H
+#define GDB_X86_TDEP_H
/* Checks whether PC lies in an indirect branch thunk using registers
REGISTER_NAMES[LO] (inclusive) to REGISTER_NAMES[HI] (exclusive). */
@@ -27,4 +27,4 @@ extern bool x86_in_indirect_branch_thunk (CORE_ADDR pc,
const char * const *register_names,
int lo, int hi);
-#endif /* x86-tdep.h */
+#endif /* GDB_X86_TDEP_H */