Skip to content

Commit

Permalink
minStack property fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dlancer committed Oct 7, 2018
1 parent 90a6ead commit af212a9
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 af212a9

Please sign in to comment.