diff options
Diffstat (limited to 'gdb/amd64-bsd-nat.h')
-rw-r--r-- | gdb/amd64-bsd-nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/amd64-bsd-nat.h b/gdb/amd64-bsd-nat.h index b11356e..7ea2682 100644 --- a/gdb/amd64-bsd-nat.h +++ b/gdb/amd64-bsd-nat.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 AMD64_BSD_NAT_H -#define AMD64_BSD_NAT_H +#ifndef GDB_AMD64_BSD_NAT_H +#define GDB_AMD64_BSD_NAT_H #include "x86-bsd-nat.h" @@ -41,4 +41,4 @@ public: { amd64bsd_store_inferior_registers (regcache, regnum); } }; -#endif /* i386-bsd-nat.h */ +#endif /* GDB_AMD64_BSD_NAT_H */ |