]> Shamusworld >> Repos - rmac/commit
Fixed bug with -l switch.
authorShamus Hammons <jlhamm@acm.org>
Tue, 13 Jan 2015 17:06:11 +0000 (11:06 -0600)
committerShamus Hammons <jlhamm@acm.org>
Tue, 13 Jan 2015 17:06:11 +0000 (11:06 -0600)
commitd95ee7f628ceac9af515079fb6797476557a23d2
tree856b022a372e8ad2eec6f8dd896cca6782f38787
parentc04128b575f2db39445b9ef6fcf0c12b3bb2c60f
Fixed bug with -l switch.

Turns out that the tokenClass buffer was too small, leading the eval()
function to dip into random memory. *facepalm*
expr.c
listing.c
object.c
procln.c
riscasm.c
token.c
version.h