Skip to content

Commit a33d492

Browse files
vladimirradosavljevichedgar2017
authored andcommitted
[EVM][LLD] Initialize evmAssembly option to false
Signed-off-by: Vladimir Radosavljevic <vr@matterlabs.dev>
1 parent 2f6fefd commit a33d492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ struct Config {
373373
bool relocatable;
374374
bool resolveGroups;
375375
// EVM local begin
376-
bool evmAssembly;
376+
bool evmAssembly = false;
377377
// EVM local end
378378
bool relrGlibc = false;
379379
bool relrPackDynRelocs = false;

0 commit comments

Comments
 (0)