Skip to content

Commit

Permalink
chore: fix wrong indentation in asm file
Browse files Browse the repository at this point in the history
  • Loading branch information
f1zm0 committed Apr 7, 2023
1 parent 7db263d commit a9d63de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions asm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ TEXT ·execIndirectSyscall(SB), $0-56
MOVW ssn+0(FP), AX
PUSHQ CX

XORQ BX,BX
MOVQ gateAddr+8(FP),BX
XORQ BX,BX
MOVQ gateAddr+8(FP),BX

//put variadic pointer into SI
MOVQ argh_base+16(FP),SI
Expand Down Expand Up @@ -57,8 +57,8 @@ loadregs:

MOVQ CX, R10

// jump to gate instead of direct syscall
CALL BX
// jump to gate instead of direct syscall
CALL BX

ADDQ $((maxargs+1)*8), SP

Expand Down

0 comments on commit a9d63de

Please sign in to comment.