Made interpreter more robust. Will now gracefully abort when trying
commit25f96f30c98f0ac38a74a64af74f030f135b9cdd
authorVincent Geddes <vincent.geddes@gmail.com>
Wed, 6 Aug 2008 20:01:01 +0000 (6 22:01 +0200)
committerVincent Geddes <vincent.geddes@gmail.com>
Wed, 6 Aug 2008 20:01:01 +0000 (6 22:01 +0200)
treeb51c420a89a68ee1b926f4a1f1b2ada188ab8acb
parenta333baf50b4a711953817942fd51fd1168ff4e66
Made interpreter more robust. Will now gracefully abort when trying
to execute an illegal instruction (i.e. an bytecode with no
corresponding instruction routine), rather than trying to execute
random data in memory.
src/st-compiler.h
src/st-cpu.c
src/st-generator.c