vault backup: 2025-03-26 16:56:30

This commit is contained in:
Marco Realacci 2025-03-26 16:56:30 +01:00
parent 7708891e12
commit e7a0fdc7f2

View file

@ -121,7 +121,7 @@ push(v) :=
pop() :=
k <- NEXT-1
for i = k down to 1
tmp <- REG[1].swap()
tmp <- REG[i].swap()
if tmp != ⊥ then
return tmp
return ⊥