Skip to content

Commit 0dd0876

Browse files
committed
revert: add default union constructor
1 parent 9be7e77 commit 0dd0876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/wabt/ir.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ class CodeMetadataExpr : public ExprMixin<ExprType::CodeMetadata> {
778778
CompilationPriority compilation_priority;
779779
InstructionFrequency instruction_frequency{};
780780
std::vector<CallTarget> call_targets;
781+
Hint() {}
781782
~Hint() {}
782783
} hint;
783784

0 commit comments

Comments
 (0)