Skip to content

Commit

Permalink
missed a call
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Mar 7, 2025
1 parent c65de8b commit 0b3974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxtcompiler/emitter/backvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ _start_${name}:
vmsource += "\n; The end.\n"
bin.writeFile(BINARY_ASM, vmsource)

let res = assemble(opts.target, bin, vmsource)
let res = assemble(opts.target, bin, vmsource, cres)

const srcmap = res.thumbFile.getSourceMap()
const encodedSrcMap = encodeSourceMap(srcmap)
Expand Down

0 comments on commit 0b3974e

Please sign in to comment.