diff --git a/tyvm.c b/tyvm.c index 1848735..ff13625 100644 --- a/tyvm.c +++ b/tyvm.c @@ -215,13 +215,13 @@ void mem_read(uint16_t address) { } #endif -#ifdef __UNIX +//#ifdef __UNIX void handle_interrupt(int signal) { restore_input_buffering(); printf("\n"); exit(-2); } -#endif +//#endif int main(int argc, const char* argv[]) {