diff options
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,7 +10,9 @@ struct storage_location { union { long long offset; const char* label; + const struct reg* reg; }; + unsigned long long sz; }; struct type_def { @@ -21,6 +23,7 @@ struct type_def { struct var_def { const char* name; struct storage_location loc; + unsigned long long sz; }; struct scope { |
