mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Finishes external call implementation.
This commit is contained in:
committed by
chriseth
parent
96709b3285
commit
c92fe69a60
@@ -75,7 +75,9 @@ private:
|
||||
std::vector<ASTPointer<Expression const>> const& _arguments
|
||||
);
|
||||
|
||||
std::string fetchFreeMem() const;
|
||||
/// @returns code that evaluates to the first unused memory slot (which does not have to
|
||||
/// be empty).
|
||||
static std::string freeMemory();
|
||||
|
||||
/// Generates the required conversion code and @returns an IRVariable referring to the value of @a _variable
|
||||
/// converted to type @a _to.
|
||||
|
||||
Reference in New Issue
Block a user