Skip to content

Commit 2ee5244

Browse files
manoskoukV8 LUCI CQ
authored andcommitted
[wasm] Exception LoopExitValue should be TaggedPointer
Change-Id: I5d6a4745881241f827158ea7a9e790883f6dbb81 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4096985 Commit-Queue: Clemens Backes <[email protected]> Auto-Submit: Manos Koukoutos <[email protected]> Reviewed-by: Clemens Backes <[email protected]> Cr-Commit-Position: refs/heads/main@{#84785}
1 parent f834ce3 commit 2ee5244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wasm/graph-builder-interface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ class WasmGraphBuildingInterface {
22052205
}
22062206
if (exception_value != nullptr) {
22072207
*exception_value = builder_->LoopExitValue(
2208-
*exception_value, MachineRepresentation::kWord32);
2208+
*exception_value, MachineRepresentation::kTaggedPointer);
22092209
}
22102210
if (wrap_exit_values) {
22112211
WrapLocalsAtLoopExit(decoder, control);

0 commit comments

Comments
 (0)