fix: add opSize back in to stack #38

Merged
gk1623 merged 2 commits from stack-access-var-opsize into master 2025-03-02 14:10:19 +00:00
5 changed files with 293 additions and 2 deletions
Showing only changes of commit 1b6d81dfca - Show all commits

View File

@@ -9,7 +9,7 @@ class ExtensionsSpec extends AnyFlatSpec {
import asmGenerator.escaped import asmGenerator.escaped
behavior of "concatAll" behavior of "concatAll"
it should "handle int chains" in { it should "handle int chains" in {
val chain = Chain(1, 2, 3).concatAll( val chain = Chain(1, 2, 3).concatAll(
Chain(4, 5, 6), Chain(4, 5, 6),