aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-12 16:14:53 -0700
committerRuss Cox <rsc@golang.org>2009-08-12 16:14:53 -0700
commit57a9bd0ee3e0daaef6bc69f40436463afd855968 (patch)
treef21ba7b24967ad32cf6f3d52fba918c7a14a03b9 /include
parent3e98a407933c4f53ac825e927d152644b690ef92 (diff)
downloadgo-57a9bd0ee3e0daaef6bc69f40436463afd855968.tar.xz
change gotype in symbol table from
character string to machine address. not filled in, just carved out. R=austin DELTA=77 (11 added, 34 deleted, 32 changed) OCL=33122 CL=33124
Diffstat (limited to 'include')
-rw-r--r--include/mach_amd64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach_amd64.h b/include/mach_amd64.h
index 30cd4dcd0e..f99924bbc5 100644
--- a/include/mach_amd64.h
+++ b/include/mach_amd64.h
@@ -84,7 +84,7 @@ struct Sym
uint sig;
char type;
char *name;
- char *gotype;
+ vlong gotype;
int sequence; // order in file
};
/*