diff options
| author | Carson Fleming <[email protected]> | 2026-03-28 07:21:26 -1000 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2026-03-28 07:21:26 -1000 |
| commit | ee85f90edd17d9c3fadc0d118021c18a5bb8463c (patch) | |
| tree | 8dadc80019a1af86c6a133cf7195a2cb42115695 /scope.h | |
| parent | 617732aac7394fb335baf957dc8cebac1fea756d (diff) | |
| download | ccc-ee85f90edd17d9c3fadc0d118021c18a5bb8463c.tar.gz | |
impl x86_64 calling convention
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 { |
