Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: smallkirby <ssmallkirby@gmail.com>
  • Loading branch information
smallkirby committed Nov 7, 2024
1 parent e8e2678 commit d4dadb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ymir/arch/x86/isr.zig
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ export fn isrCommon() callconv(.Naked) void {
\\pushq (%%rsp)
\\andq $-0x10, %%rsp
// Call the dispatcher.
\\call intrZigEntry
\\call intrZigEntry
// Restore the stack.
\\movq 8(%%rsp), %%rsp
\\movq (%%rsp), %%rsp
);

// Remove general-purpose registers, error code, and vector from the stack.
Expand Down

0 comments on commit d4dadb6

Please sign in to comment.