From af0d73f77df67fa2a284b27ebbdd147a2bad7c27 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 27 Feb 2018 12:23:24 +0100 Subject: Remove stop() as it is the same as return(0,0) in Julia sepcs --- docs/julia.rst | 4 ---- 1 file changed, 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)) | -- cgit