doc: fix PAC typo
[deliverable/binutils-gdb.git] / gdb / amd64-nat.c
index 1c02d35f2d789b431cfd859c202bc2d44dab4750..3dcac73d88a91e64c287a7b3394dc482727c0e09 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
-#include "amd64-nat.h"
-#include "amd64-tdep.h"
 #include "gdbarch.h"
-#include "i386-tdep.h"
 #include "regcache.h"
 
+#include "i386-tdep.h"
+#include "amd64-tdep.h"
+#include "amd64-nat.h"
+
 /* The following bits of code help with implementing debugging 32-bit
    code natively on AMD64.  The idea is to define two mappings between
    the register number as used by GDB and the register set used by the
This page took 0.038943 seconds and 4 git commands to generate.