diff options
Diffstat (limited to 'gdb/amd64-darwin-tdep.h')
-rw-r--r-- | gdb/amd64-darwin-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/amd64-darwin-tdep.h b/gdb/amd64-darwin-tdep.h index 19d92b6..c09cfe3 100644 --- a/gdb/amd64-darwin-tdep.h +++ b/gdb/amd64-darwin-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 AMD64_DARWIN_TDEP_H -#define AMD64_DARWIN_TDEP_H +#ifndef GDB_AMD64_DARWIN_TDEP_H +#define GDB_AMD64_DARWIN_TDEP_H /* Mapping between the general-purpose registers in Darwin x86-64 thread state and GDB's register cache layout. @@ -26,4 +26,4 @@ extern int amd64_darwin_thread_state_reg_offset[]; extern const int amd64_darwin_thread_state_num_regs; -#endif /* AMD64_DARWIN_TDEP_H */ +#endif /* GDB_AMD64_DARWIN_TDEP_H */ |