Commandline test updates.

This commit is contained in:
chriseth
2021-04-29 16:46:25 +02:00
parent fcc98d12b8
commit 426d60f07b
22 changed files with 144 additions and 65 deletions
+5 -2
View File
@@ -11,9 +11,12 @@ object "C_7" {
{
mstore(64, 128)
if callvalue() { revert(0, 0) }
codecopy(0, dataoffset("C_7_deployed"), datasize("C_7_deployed"))
return(0, datasize("C_7_deployed"))
let _1 := allocate_unbounded()
codecopy(_1, dataoffset("C_7_deployed"), datasize("C_7_deployed"))
return(_1, datasize("C_7_deployed"))
}
function allocate_unbounded() -> memPtr
{ memPtr := mload(64) }
}
object "C_7_deployed" {
code {