diff options
author | Michael Forney <mforney@mforney.org> | 2021-03-31 02:38:14 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-03-31 02:55:26 -0700 |
commit | 5ff1d2fa7f389f68846407667c489fe791113d37 (patch) | |
tree | c32b0e9ea555fef0f1f6b60d1b32d8dc00121431 /cc.h | |
parent | 4c2a04dde22d2f2d8b53bb981e5aa1845070e1fd (diff) |
qbe: Use second argument of call/arg to store type name
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ struct type { int align; uint64_t size; struct repr *repr; + struct value *value; /* used by the backend */ union { struct type *base; struct list link; /* used only during construction of type */ |