mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Comment about zero length.
This commit is contained in:
parent
d94a12a34c
commit
ab15040caa
@ -110,10 +110,12 @@ public:
|
||||
void zeroInitialiseMemoryArray(ArrayType const& _type);
|
||||
|
||||
/// Copies full 32 byte words in memory (regions cannot overlap), i.e. may copy more than length.
|
||||
/// Length can be zero, in this case, it copies nothing.
|
||||
/// Stack pre: <size> <target> <source>
|
||||
/// Stack post:
|
||||
void memoryCopy32();
|
||||
/// Copies data in memory (regions cannot overlap).
|
||||
/// Length can be zero, in this case, it copies nothing.
|
||||
/// Stack pre: <size> <target> <source>
|
||||
/// Stack post:
|
||||
void memoryCopy();
|
||||
|
Loading…
Reference in New Issue
Block a user