Turn off the identity precompile for testing

This commit is contained in:
Alex Beregszaszi 2016-12-02 10:23:41 +00:00 committed by chriseth
parent 1bf412d9fd
commit bf5dac1fb2

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: