Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Templates/EOF1/EOF1-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const encode = hash => {
// Create a valid code section in an EOF1 structure
const createEOF1Code = (codeList, maxStacks) => {
// Start from a valid copy
eof1 = cloneEof1Good()
let eof1 = cloneEof1Good()

// Size of sections
eof1.sections[0].size = codeList.length*4
Expand Down