This commit is contained in:
chriseth 2016-05-17 17:05:03 +02:00
parent 67ca3bb4b9
commit e28604f0b0

View File

@ -461,7 +461,7 @@ stack. Also note that non-struct and non-array storage variable addresses occupy
on the stack: One for the address and one for the byte offset inside the storage slot.
In assignments (see below), we can even use local Solidity variables to assign to.
Functions external to inline assembly can also be accessed: The assemble will
Functions external to inline assembly can also be accessed: The assembly will
push their entry label (with virtual function resolution applied). The calling semantics
in solidity are: