Skip to content

Commit

Permalink
ЛР14. Обновление порядка настройки обработчика перехвата
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Oct 21, 2024
1 parent 0db4afc commit 7afa2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/14. Programming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ _irq_config:
li t1, -1 # -1 (все биты равны 1) означает, что разрешены все прерывания
la t2, _trap_stack_ptr
csrw mtvec, t0
csrw mie, t1
csrw mscratch, t2
csrw mie, t1
# Вызов функции main
_main_call:
Expand Down

0 comments on commit 7afa2dc

Please sign in to comment.