🐛 修复traceback终点判断的bug

This commit is contained in:
fslongjin
2022-06-23 11:44:42 +08:00
parent 1ab51cb334
commit 325bc981fe
2 changed files with 6 additions and 4 deletions

View File

@ -73,7 +73,7 @@ int main()
int kb_fd = open(kb_file_path, 0);
// printf("keyboard fd = %d\n", kb_fd);
print_ascii_logo();
int a = 1/0;
main_loop(kb_fd);
while (1)
;