forked from AbleOS/holey-bytes
brah
This commit is contained in:
parent
bc2dd82eb7
commit
37dd13cab2
|
@ -301,10 +301,10 @@ impl HbvmBackend {
|
|||
let bundle_count = self.ralloc.bundles.len() + (reg_offset as usize);
|
||||
(
|
||||
if tail {
|
||||
bundle_count.saturating_sub(reg::RET_ADDR as _)
|
||||
} else {
|
||||
assert!(bundle_count < reg::STACK_PTR as usize, "TODO: spill memory");
|
||||
self.ralloc.bundles.len()
|
||||
} else {
|
||||
bundle_count.saturating_sub(reg::RET_ADDR as _)
|
||||
},
|
||||
tail,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue