mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update libsolidity/codegen/YulUtilFunctions.h
Co-authored-by: Harikrishnan Mulackal <webmail.hari@gmail.com>
This commit is contained in:
parent
53d6721e47
commit
3920f398aa
@ -100,7 +100,7 @@ public:
|
||||
std::string updateByteSliceFunctionDynamic(size_t _numBytes);
|
||||
|
||||
/// Function that sets all but the first ``bytes`` bytes of ``value`` to zero.
|
||||
/// @note ``bytes`` has to be small enough not to overflo ``8 * bytes``.
|
||||
/// @note ``bytes`` has to be small enough not to overflow ``8 * bytes``.
|
||||
/// signature: (value, bytes) -> result
|
||||
std::string maskBytesFunctionDynamic();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user