diff options
Diffstat (limited to 'src/wasm')
-rw-r--r-- | src/wasm/wasm-type-shape.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm/wasm-type-shape.cpp b/src/wasm/wasm-type-shape.cpp index 99398bb7b..b1f74d491 100644 --- a/src/wasm/wasm-type-shape.cpp +++ b/src/wasm/wasm-type-shape.cpp @@ -187,6 +187,7 @@ template<typename CompareTypes> struct RecGroupComparator { if (indexA != indexB) { return indexA < indexB ? LT : GT; } + return EQ; } // These types are external to the group, so fall back to the provided // comparator. |