1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

minor bugfix

This commit is contained in:
ton 2020-06-03 21:47:47 +04:00
parent 4e2624459b
commit dbde9c1c40
9 changed files with 24 additions and 10 deletions

View file

@ -1,3 +1,4 @@
_ f(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) {
return (f, j, a, b, i, g, d, e, h, c);
return (f, j, a, b, i, g, d, e, h, c); ;; optimal code is 3 ops, 6 bytes
;; s6 s0 s4 XCHG3 s4 s8 s9 XCHG3 8 0 REVERSE
}