Skip to content

Commit

Permalink
Merge pull request #52 from dlancer/fixes-minStack
Browse files Browse the repository at this point in the history
minStack property fixed #51
  • Loading branch information
felipemanga committed Oct 24, 2018
2 parents 90a6ead + af212a9 commit b908f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atcore/Atcore.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Atcore {
memory: this.memory,

get minStack(){ return THIS.minStack },

set minStack(value) { THIS.minStack = value; },
da: (a=null, l=20) => {
let opc = this.pc;

Expand Down

0 comments on commit b908f84

Please sign in to comment.