summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 2066a51..52ae6b1 100644
--- a/scope.h
+++ b/scope.h
@@ -14,7 +14,6 @@ struct storage_location {
long long offset;
unsigned long long value;
};
- unsigned long long sz;
};
struct type_def {
@@ -25,6 +24,7 @@ struct type_def {
struct var_def {
const char* name;
struct storage_location loc;
+ unsigned long long sz;
};
struct scope {