ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/gdb6/files/patch-amd64-tdep.c
Revision: 2
Committed: 2007-01-31T14:59:36-08:00 (18 years, 4 months ago) by douglas
Content type: text/x-c
File size: 342 byte(s)
Log Message:
This needs fixing...

File Contents

# Content
1 --- gdb/amd64-tdep.c.orig Fri Apr 9 16:24:05 2004
2 +++ gdb/amd64-tdep.c Wed May 5 10:56:22 2004
3 @@ -126,6 +126,12 @@
4 #define AMD64_NUM_REGS \
5 (sizeof (amd64_register_info) / sizeof (amd64_register_info[0]))
6
7 +int
8 +amd64_num_regs(void)
9 +{
10 + return AMD64_NUM_REGS;
11 +}
12 +
13 /* Return the name of register REGNUM. */
14
15 static const char *