Skip to content

Commit

Permalink
Turn off the identity precompile for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored and chriseth committed Dec 11, 2016
1 parent 1bf412d commit bf5dac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsolidity/codegen/CompilerUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class CompilerUtils
/// Uses a CALL to the identity contract to perform a memory-to-memory copy.
/// Stack pre: <size> <target> <source>
/// Stack post:
void memoryCopy(bool _useIdentityPrecompile = true);
void memoryCopy(bool _useIdentityPrecompile = false);

/// Converts the combined and left-aligned (right-aligned if @a _rightAligned is true)
/// external function type <address><function identifier> into two stack slots:
Expand Down

0 comments on commit bf5dac1

Please sign in to comment.