Merge branch 'main' of https://github.com/erickahmed/tyvm
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
#detect asm
|
||||||
|
*.asm diff=assembly
|
||||||
|
|||||||
@@ -215,13 +215,13 @@ int mem_read(uint16_t address) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __UNIX
|
//#ifdef __UNIX
|
||||||
void handle_interrupt(int signal) {
|
void handle_interrupt(int signal) {
|
||||||
restore_input_buffering();
|
restore_input_buffering();
|
||||||
printf("\n");
|
printf("\n");
|
||||||
exit(-2);
|
exit(-2);
|
||||||
}
|
}
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user