Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Apr 2, 2023
1 parent 72fe6be commit 9695913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gillian-JS/Examples/Amazon/deserialize_factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ function readElements(elementCount, fieldsPerElement, buffer, readPos) {
/* @tactic
assert (#remElList == #fld :: #rfld) [bind: #fld, #rfld];
if ((#definition = "Complete") or (not (#remElsList = {{ }}))) then {
apply AppendFieldCC(#view, #outerLoopReadPos, #fCount - #fLeft, #doneElList, #doneElLength, #fLeft, #fld, #rfld, #remElLength)
apply AppendFieldCCJS(#view, #outerLoopReadPos, #fCount - #fLeft, #doneElList, #doneElLength, #fLeft, #fld, #rfld, #remElLength)
} else {
apply AppendFieldCI(#view, #outerLoopReadPos, #fCount - #fLeft, #doneElList, #doneElLength, #fLeft, #fld, #rfld, #remElLength)
apply AppendFieldCIJS(#view, #outerLoopReadPos, #fCount - #fLeft, #doneElList, #doneElLength, #fLeft, #fld, #rfld, #remElLength)
} */
element.push(fieldBinary)
}
Expand Down

0 comments on commit 9695913

Please sign in to comment.