summaryrefslogtreecommitdiff
path: root/overlay/mgdb/gdb/i386-winnt-regcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/mgdb/gdb/i386-winnt-regcache.c')
-rw-r--r--overlay/mgdb/gdb/i386-winnt-regcache.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/mgdb/gdb/i386-winnt-regcache.c b/overlay/mgdb/gdb/i386-winnt-regcache.c
index 1c2fb3e..7941fd3 100644
--- a/overlay/mgdb/gdb/i386-winnt-regcache.c
+++ b/overlay/mgdb/gdb/i386-winnt-regcache.c
@@ -8,15 +8,15 @@
#include "osabi.h"
#include "frame-unwind.h"
#include "i386-tdep.h"
+#include "winnt-nat.h"
struct regcache;
void i386_winnt_fetch_registers(
- int pfd, struct regcache * rcache,
- int regnum, pid_t tid)
+ struct regcache * rcache, int regnum,
+ struct winnt_thread * thread)
{
- (void)pfd;
(void)rcache;
(void)regnum;
- (void)tid;
+ (void)thread;
}