Fix 2DUP
This commit is contained in:
@@ -212,12 +212,8 @@
|
|||||||
call $next)
|
call $next)
|
||||||
|
|
||||||
(func $twodup
|
(func $twodup
|
||||||
global.get $sp
|
global.get $sp i32.load
|
||||||
i32.const 4
|
global.get $sp i32.const 4 i32.add i32.load
|
||||||
i32.add
|
|
||||||
i32.load
|
|
||||||
global.get $sp
|
|
||||||
i32.load
|
|
||||||
call $push
|
call $push
|
||||||
call $push
|
call $push
|
||||||
call $next)
|
call $next)
|
||||||
|
|||||||
Reference in New Issue
Block a user