Lowlevels: replace RefCountGetPtr with the more general GetPtrAsInt.

This commit is contained in:
Brian Carroll 2021-12-18 20:05:05 +00:00
parent a1d883600c
commit e847c924dd
7 changed files with 104 additions and 44 deletions

View file

@ -117,7 +117,7 @@ pub enum LowLevel {
Not,
Hash,
ExpectTrue,
RefCountGetPtr,
PtrCast,
RefCountInc,
RefCountDec,
}