mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Turn off the identity precompile for testing
This commit is contained in:
parent
1bf412d9fd
commit
bf5dac1fb2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user