This website works better with JavaScript
홈
탐색
도움말
로그인
DragonOS-Community
/
riscv
의 미러
https://github.com/DragonOS-Community/riscv
Watch
4
Star
0
포크
0
파일
이슈
0
위키
소스 검색
Turn abort() into an infinite loop
Vadim Kaushan
6 년 전
부모
b04261e0a9
커밋
c4d4b7a166
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
riscv-rt/asm.S
+ 1
- 1
riscv-rt/asm.S
파일 보기
@@ -83,4 +83,4 @@ _start_trap:
.section .init
.globl abort
abort:
- j
al zero, _sta
rt
+ j
abo
rt