summaryrefslogtreecommitdiff
path: root/cgtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgtypes.h')
-rw-r--r--cgtypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgtypes.h b/cgtypes.h
index 8b4d304..d299076 100644
--- a/cgtypes.h
+++ b/cgtypes.h
@@ -109,7 +109,7 @@ struct parameter {
union parameter_data {
LONG i;
#ifdef G_A64
- __int64 imm;
+ int_64 imm;
#endif
LABEL *l;
DOUBLE *r;
@@ -159,7 +159,7 @@ struct instruction_node {
LABEL * l;
LONG i;
# ifdef G_A64
- __int64 imm;
+ int_64 imm;
# endif
}
#endif