Skip to content

Commit

Permalink
修正 接口 与 nil 比较错误
Browse files Browse the repository at this point in the history
  • Loading branch information
3dgen committed Oct 8, 2024
1 parent 302a9b8 commit 167290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waroot/src/runtime/interface.wat.ws
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
else ;;if comp == 0, compare as ref:
local.get $l.d.d
local.get $r.d.d
i32.le_u
i32.lt_u
if (result i32)
i32.const -1
else
Expand Down

0 comments on commit 167290d

Please sign in to comment.