summaryrefslogtreecommitdiff
path: root/utils/va/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/va/a.h')
-rw-r--r--utils/va/a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/va/a.h b/utils/va/a.h
index 92199a08..fb6c8cb5 100644
--- a/utils/va/a.h
+++ b/utils/va/a.h
@@ -29,7 +29,7 @@ struct Sym
{
Sym* link;
char* macro;
- long value;
+ vlong value;
ushort type;
char *name;
char sym;
@@ -61,7 +61,7 @@ EXTERN struct
struct Gen
{
Sym* sym;
- long offset;
+ vlong offset;
short type;
short reg;
short name;
@@ -74,7 +74,7 @@ struct Hist
Hist* link;
char* name;
long line;
- long offset;
+ vlong offset;
};
#define H ((Hist*)0)