Changeset 233 for trunk/hal/x86_64/core/hal_kentry.S
- Timestamp:
- Jul 18, 2017, 3:28:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_kentry.S
r220 r233 191 191 192 192 /* 193 * Arguments pushed on the stack: 194 * tf_trapno 195 * tf_err: Dummy inserted if not defined 196 * tf_rip 197 * tf_cs 198 * tf_rflags 199 * tf_rsp 200 * tf_ss 193 * Common entry point for exceptions. 201 194 */ 202 195 alltraps: 196 INTR_SAVE_REGS 197 203 198 movq %rsp,%rdi 204 199 call hal_exception_entry
Note: See TracChangeset
for help on using the changeset viewer.