Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fxlin committed Feb 16, 2024
1 parent 7ab7a52 commit b4f409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exp4a/src/sched.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cpu_switch_to:
mov x10, #THREAD_CPU_CONTEXT
add x8, x0, x10
// now `x8` will contain a pointer to the current `cpu_contex`
// now `x8` will contain a pointer to the current `cpu_context`
mov x9, sp

// below: all callee-saved registers are stored in the order, in which they are defined in `cpu_context` structure
Expand Down

0 comments on commit b4f409d

Please sign in to comment.