jamesbowman / swapforth

Swapforth is a cross-platform ANS Forth
BSD 3-Clause "New" or "Revised" License
275 stars 56 forks source link

Code which initializes a buffer for the J1b cross compiler has a typo. #1

Closed sam-falvo closed 9 years ago

sam-falvo commented 9 years ago

https://github.com/jamesbowman/swapforth/blob/master/j1b/cross.fs#L22

Should read 131072, not 31072, I believe.

jamesbowman commented 9 years ago

Fixed, thanks.