Skip to content

Commit

Permalink
Still segfault for testInterpret
Browse files Browse the repository at this point in the history
  • Loading branch information
Rett Berg committed Oct 8, 2020
1 parent 05f5218 commit 08ca6c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions triforth.S
Expand Up @@ -302,8 +302,8 @@ testSuite: # ( -- )
call test_ntTOother
call testFind
call testCreate
# call testInterpret
# call assertCleanState
call testInterpret
call assertCleanState
ret

testMemLocations:
Expand Down Expand Up @@ -2924,9 +2924,9 @@ testInterpret:
callXt $xt_testInterpret_theAnswer
call closeKeyFd

call openSimpleMathFile
callXt $xt_testInterpret_inputstream
call closeKeyFd
# call openSimpleMathFile
# callXt $xt_testInterpret_inputstream
# call closeKeyFd

callXt $xt_testInterpret_pnt
ret
Expand Down

0 comments on commit 08ca6c1

Please sign in to comment.