Fixes in inline asm in some jump tests.

This commit is contained in:
artur-zawlocki 2014-10-14 09:24:33 +01:00
parent 6caff31697
commit 475b85d959
4 changed files with 21 additions and 21 deletions

View file

@ -1 +1 @@
600a600181038060025900 600a600181038060025960005460015460025460035400

View file

@ -12,14 +12,14 @@ DUP1
JUMPI JUMPI
;; stack = 1 2 3 4 5 6 7 8 9 10 ;; stack = 1 2 3 4 5 6 7 8 9 10
;;0 0
;;MSTORE MSTORE
;;1 1
;;MSTORE MSTORE
;;2 2
;;MSTORE MSTORE
;;3 3
;;MSTORE MSTORE
STOP STOP
) )

View file

@ -1 +1 @@
600a80600160800360a060025900 600a80600190038060025960005460015460025460035400

View file

@ -6,21 +6,21 @@
;; 2 ;; 2
DUP1 DUP1
1 1
SWAP SWAP1
SUB SUB
DUP DUP1
2 2
JUMPI JUMPI
;; stack = 1 2 3 4 5 6 7 8 9 10 ;; stack = 1 2 3 4 5 6 7 8 9 10
;;0 0
;;MSTORE MSTORE
;;1 1
;;MSTORE MSTORE
;;2 2
;;MSTORE MSTORE
;;3 3
;;MSTORE MSTORE
STOP STOP
) )