hack for oam lol

This commit is contained in:
Alex Janka 2023-02-10 10:05:51 +11:00
parent 76642194b1
commit 793a698947

View file

@ -314,7 +314,7 @@ impl CPU {
v v
}); });
objs.reverse(); objs.reverse();
objs.truncate(10); objs.truncate(11);
objs objs
} }