mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add `.address and .selector` in inside assembly for external function pointers
This commit is contained in:
@@ -211,7 +211,7 @@ struct InlineAssemblyAnnotation: StatementAnnotation
|
||||
struct ExternalIdentifierInfo
|
||||
{
|
||||
Declaration const* declaration = nullptr;
|
||||
/// Suffix used, one of "slot", "offset", "length" or empty.
|
||||
/// Suffix used, one of "slot", "offset", "length", "address", "selector" or empty.
|
||||
std::string suffix;
|
||||
size_t valueSize = size_t(-1);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user