diff options
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,9 +16,9 @@ struct storage_location { STO_UNRESOLVED, } type; union { - const struct reg* reg; + struct reg* reg; const char* label; - long long bp_offset; + sintegral_t bp_offset; integral_t value; struct fn_decl_node* decl; }; |
