* amd64-nat.h (struct regcache): Add opaque declaration.
This commit is contained in:
parent
84fabdf612
commit
c40d267a71
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2003-08-29 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* amd64-nat.h (struct regcache): Add opaque declaration.
|
||||
|
||||
* i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
|
||||
* x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
|
||||
Change "register array" to "register cache" in comments.
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#ifndef AMD64_NAT_H
|
||||
#define AMD64_NAT_H 1
|
||||
|
||||
struct regcache;
|
||||
|
||||
/* General-purpose register set description for native 32-bit code. */
|
||||
extern int *amd64_native_gregset32_reg_offset;
|
||||
extern int amd64_native_gregset32_num_regs;
|
||||
|
|
Loading…
Reference in a new issue