Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Nov 27, 2017
1 parent c9f01ff commit 3976177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ We assume that all operations interrogating the local state have complexity

```hs
computationCost(LOCALCALL(_, nARGS, _) _ rARGS) =
returnAddressSaveCost + wordSetCost * REGISTERS +
returnAddressSaveCost + byteSetCost * registerMetadataSize * REGISTERS +
wordCopyCost * (sum [registerSize r | r <- rARGS])
+ jumpCost + callStackDepthCheckCost
memoryDelta(LOCALCALL(_, nARGS, _) _ rARGS) =
Expand Down

0 comments on commit 3976177

Please sign in to comment.