Changeset 82 for trunk/hal/x86_64/core/hal_kentry.S
- Timestamp:
- Jun 28, 2017, 1:23:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_kentry.S
r80 r82 73 73 74 74 ASM_ENTRY(x86_trap0b) 75 ZTRAPENTRY(T_SEGNPFLT)75 TRAPENTRY(T_SEGNPFLT) 76 76 77 77 ASM_ENTRY(x86_trap0c) 78 ZTRAPENTRY(T_STKFLT)78 TRAPENTRY(T_STKFLT) 79 79 80 80 ASM_ENTRY(x86_trap0d) 81 ZTRAPENTRY(T_PROTFLT)81 TRAPENTRY(T_PROTFLT) 82 82 83 83 ASM_ENTRY(x86_trap0e)
Note: See TracChangeset
for help on using the changeset viewer.