Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Oct 14, 2024
1 parent 2fa3ef0 commit f75f26d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,11 @@ class WebAssemblyAsmParser final : public MCTargetAsmParser {

// bulk-memory implies bulk-memory-opt
if (FBS.test(WebAssembly::FeatureBulkMemory)) {
FBS.set(WebAssembly::FeatureBulkMemoryOpt);
FBS.set(WebAssembly::FeatureBulkMemoryOpt);
}
// reference-types implies call-indirect-overlong
if (FBS.test(WebAssembly::FeatureReferenceTypes)) {
FBS.set(WebAssembly::FeatureCallIndirectOverlong);
FBS.set(WebAssembly::FeatureCallIndirectOverlong);
}

setAvailableFeatures(FBS);
Expand Down

0 comments on commit f75f26d

Please sign in to comment.