vault backup: 2025-03-26 16:56:30
This commit is contained in:
parent
7708891e12
commit
e7a0fdc7f2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ push(v) :=
|
||||||
pop() :=
|
pop() :=
|
||||||
k <- NEXT-1
|
k <- NEXT-1
|
||||||
for i = k down to 1
|
for i = k down to 1
|
||||||
tmp <- REG[1].swap(⊥)
|
tmp <- REG[i].swap(⊥)
|
||||||
if tmp != ⊥ then
|
if tmp != ⊥ then
|
||||||
return tmp
|
return tmp
|
||||||
return ⊥
|
return ⊥
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue