mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Lowlevels: replace RefCountGetPtr with the more general GetPtrAsInt.
This commit is contained in:
parent
a1d883600c
commit
e847c924dd
7 changed files with 104 additions and 44 deletions
|
@ -117,7 +117,7 @@ pub enum LowLevel {
|
|||
Not,
|
||||
Hash,
|
||||
ExpectTrue,
|
||||
RefCountGetPtr,
|
||||
PtrCast,
|
||||
RefCountInc,
|
||||
RefCountDec,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue