diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-25 20:59:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-25 20:59:12 +0000 |
commit | 85be1ca62087a895ae7311fe644642147f5c1b02 (patch) | |
tree | be5326b6473a31c7933da2d233b189be41191ff2 /gdb/amd64-nat.c | |
parent | 9c1488cbbce26c9b9bdf5d0f9d515c272a6dc48c (diff) | |
download | gdb-85be1ca62087a895ae7311fe644642147f5c1b02.zip gdb-85be1ca62087a895ae7311fe644642147f5c1b02.tar.gz gdb-85be1ca62087a895ae7311fe644642147f5c1b02.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb/amd64-nat.c')
-rw-r--r-- | gdb/amd64-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index 9b50f46..81a87b6 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -26,7 +26,7 @@ #include "gdb_assert.h" #include "i386-tdep.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" /* The following bits of code help with implementing debugging 32-bit code natively on AMD64. The idea is to define two mappings between |