mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix source location of builtin function calls.
This commit is contained in:
@@ -13,14 +13,15 @@ object "a" {
|
||||
}
|
||||
// ----
|
||||
// Assembly:
|
||||
// /* "source":26:73 */
|
||||
// /* "source":57:72 */
|
||||
// dataSize(sub_0)
|
||||
// /* "source":38:55 */
|
||||
// dataOffset(sub_0)
|
||||
// /* "source":35:36 */
|
||||
// 0x00
|
||||
// /* "source":26:73 */
|
||||
// codecopy
|
||||
// /* "source":78:104 */
|
||||
// /* "source":88:103 */
|
||||
// dataSize(sub_0)
|
||||
// /* "source":85:86 */
|
||||
// 0x00
|
||||
@@ -29,13 +30,13 @@ object "a" {
|
||||
// stop
|
||||
//
|
||||
// sub_0: assembly {
|
||||
// /* "source":143:171 */
|
||||
// /* "source":153:170 */
|
||||
// 0x00
|
||||
// /* "source":150:151 */
|
||||
// dup1
|
||||
// /* "source":143:171 */
|
||||
// sstore
|
||||
// /* "source":178:206 */
|
||||
// /* "source":188:205 */
|
||||
// 0x0d
|
||||
// /* "source":185:186 */
|
||||
// 0x00
|
||||
@@ -46,4 +47,4 @@ object "a" {
|
||||
// }
|
||||
// Bytecode: 600a600d600039600a6000f3fe60008055600d600052fe
|
||||
// Opcodes: PUSH1 0xA PUSH1 0xD PUSH1 0x0 CODECOPY PUSH1 0xA PUSH1 0x0 RETURN INVALID PUSH1 0x0 DUP1 SSTORE PUSH1 0xD PUSH1 0x0 MSTORE INVALID
|
||||
// SourceMappings: 26:47:0:-:0;;35:1;26:47;78:26;85:1;78:26
|
||||
// SourceMappings: 57:15:0:-:0;38:17;35:1;26:47;88:15;85:1;78:26
|
||||
|
||||
Reference in New Issue
Block a user