Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
473: [Closes #311] Use `panic!` instead of `println!` in `devintr`. r=jeehoonkang a=travis1829 Closes #311 기존처럼 `devintr()`안에서 `println!`을 쓰면 아주 가끔씩 stack overflow가 발생하는 것으로 보입니다. xv6의 semantics를 그대로 따르려면 `println!`을 써야겠지만, stack overflow가 자주 발생하는 것 같아 이를 `panic!`으로 변경한 후 관련 주석을 추가했습니다. Co-authored-by: travis1829 <travis1829@naver.com>
- Loading branch information