Skip to content

Commit d659dbd

Browse files
author
Christian Parpart
committed
Assembly: Defaulting Dialect's flavor to Strict
1 parent dc2adb3 commit d659dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyul/Dialect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct BuiltinFunction
5555

5656
struct Dialect: boost::noncopyable
5757
{
58-
AsmFlavour const flavour = AsmFlavour::Loose;
58+
AsmFlavour const flavour = AsmFlavour::Strict;
5959
/// @returns the builtin function of the given name or a nullptr if it is not a builtin function.
6060
virtual BuiltinFunction const* builtin(YulString /*_name*/) const { return nullptr; }
6161

0 commit comments

Comments
 (0)