64-bit
This commit is contained in:
parent
c9ee9e62f6
commit
3fe9465ac9
14 changed files with 30 additions and 27 deletions
|
|
@ -129,7 +129,10 @@ typedef struct Symtab
|
|||
{
|
||||
short space;
|
||||
char *name;
|
||||
void *value;
|
||||
union {
|
||||
void *ptr;
|
||||
uintptr value;
|
||||
} u;
|
||||
struct Symtab *next;
|
||||
} Symtab;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue