Turn off the identity precompile for testing

This commit is contained in:
Alex Beregszaszi
2016-12-11 17:57:15 +01:00
committed by chriseth
parent 1bf412d9fd
commit bf5dac1fb2
+1 -1
View File
@@ -112,7 +112,7 @@ public:
/// 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: