diff options
Diffstat (limited to 'src/comp/back')
| -rw-r--r-- | src/comp/back/abi.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs index 5e00ff32..d6926f34 100644 --- a/src/comp/back/abi.rs +++ b/src/comp/back/abi.rs @@ -1,6 +1,9 @@ const int rc_base_field_refcnt = 0; +// FIXME: import from std.dbg when imported consts work. +const uint const_refcount = 0x7bad_face_u; + const int task_field_refcnt = 0; const int task_field_stk = 2; const int task_field_runtime_sp = 3; |