diff options
-rw-r--r-- | docs/julia.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/julia.rst b/docs/julia.rst index 82ea16a1..14e13cc4 100644 --- a/docs/julia.rst +++ b/docs/julia.rst @@ -424,10 +424,6 @@ The following functions must be available: | insize:u256, out:u256, | but also keep ``caller`` | | outsize:u256) -> r:u256 | and ``callvalue`` | +---------------------------------------------+-----------------------------------------------------------------+ -| stop() | stop execution, identical to return(0,0) | -| | Perhaps it would make sense retiring this as it equals to | -| | return(0,0). It can be an optimisation by the EVM backend. | -+---------------------------------------------+-----------------------------------------------------------------+ | abort() | abort (equals to invalid instruction on EVM) | +---------------------------------------------+-----------------------------------------------------------------+ | return(p:u256, s:u256) | end execution, return data mem[p..(p+s)) | |