Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Jan 29, 2024
1 parent 429647c commit 8d373d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wasm/wasm-ir-builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ Result<> IRBuilder::makeLocalSet(Index local) {

Result<> IRBuilder::makeLocalTee(Index local) {
LocalSet curr;
curr.index = local;
CHECK_ERR(visitLocalSet(&curr));
push(builder.makeLocalTee(local, curr.value, func->getLocalType(local)));
return Ok{};
Expand Down

0 comments on commit 8d373d8

Please sign in to comment.