mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Typo fix.
This commit is contained in:
parent
140f003a2e
commit
a3a1f4757b
@ -93,7 +93,7 @@ private:
|
|||||||
void appendExternalFunctionCall(FunctionType const& _functionType, std::vector<ASTPointer<Expression const>> const& _arguments,
|
void appendExternalFunctionCall(FunctionType const& _functionType, std::vector<ASTPointer<Expression const>> const& _arguments,
|
||||||
bool bare = false);
|
bool bare = false);
|
||||||
/// Appends code that evaluates the given arguments and moves the result to memory (with optional offset).
|
/// Appends code that evaluates the given arguments and moves the result to memory (with optional offset).
|
||||||
/// @returns the number of bytes moven to memory
|
/// @returns the number of bytes moved to memory
|
||||||
unsigned appendArgumentsCopyToMemory(std::vector<ASTPointer<Expression const>> const& _arguments,
|
unsigned appendArgumentsCopyToMemory(std::vector<ASTPointer<Expression const>> const& _arguments,
|
||||||
TypePointers const& _types = {},
|
TypePointers const& _types = {},
|
||||||
unsigned _memoryOffset = 0,
|
unsigned _memoryOffset = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user