ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/devel/gdb6/files/patch-amd64-tdep.c
Revision: 34
Committed: 2008-08-22T15:34:39-07:00 (16 years, 10 months ago) by douglas
Content type: text/x-diff
File size: 342 byte(s)
Log Message:
Ooh, it does!

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 *

Properties

Name Value
svn:mime-type text/x-diff