Changeset 9b7adc38 in mainline
- Timestamp:
- 2018-08-02T20:44:50Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f67d8ee
- Parents:
- 7cd7a8d
- git-author:
- Jakub Jermar <jakub@…> (2018-08-02 20:44:32)
- git-committer:
- Jakub Jermar <jakub@…> (2018-08-02 20:44:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/interrupt.c
r7cd7a8d r9b7adc38 190 190 fault_if_from_uspace(istate, "Interruption: %#hx (%s).", 191 191 (uint16_t) n, vector_to_string(n)); 192 panic_badtrap(istate, vector, "Interruption: %#hx (%s).",192 panic_badtrap(istate, n, "Interruption: %#hx (%s).", 193 193 (uint16_t) n, vector_to_string(n)); 194 194 #endif
Note:
See TracChangeset
for help on using the changeset viewer.