Archived
1
0
This commit is contained in:
Erick
2022-02-05 12:27:48 +01:00
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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
+2 -2
View File
@@ -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