Skip to content

Commit

Permalink
Merge pull request #160 from 00xc/stage2
Browse files Browse the repository at this point in the history
stage2: rename `push_regs` to `push_regs_stage2`
  • Loading branch information
joergroedel authored Nov 23, 2023
2 parents 6c088bd + 44d6968 commit 53d1ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cpu/idt/stage2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ global_asm!(
/* Stage 2 handler array setup */
.text
push_regs:
push_regs_stage2:
pushq %rax
pushq %rbx
pushq %rcx
Expand Down Expand Up @@ -167,7 +167,7 @@ global_asm!(
pushq $0
.endif
pushq $i /* Vector Number */
jmp push_regs
jmp push_regs_stage2
i = i + 1
.endr
"#,
Expand Down

0 comments on commit 53d1ce6

Please sign in to comment.