Changeset 359 for trunk/hal/x86_64/core/hal_cpu.S
- Timestamp:
- Aug 10, 2017, 11:21:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_cpu.S
r343 r359 196 196 movq CTX_TF(%r13),%rsp 197 197 addq $TF_SIZE,%rsp /* end of the structure */ 198 199 /* 200 * Save the TLS intr flag, and set the new one. 201 */ 202 movq TLSVAR(INTR),%rax 203 movq %rax,CTX_INTR(%r13) 204 movq CTX_INTR(%r12),%rax 205 movq %rax,TLSVAR(INTR) 198 206 199 207 /* Build the trap frame */
Note: See TracChangeset
for help on using the changeset viewer.