Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: grant <[email protected]>
  • Loading branch information
grantseltzer committed Mar 29, 2019
1 parent e4002e0 commit 1cc9e43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/runtime/lookup_darwin_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ TEXT runtime·res_search_trampoline(SB),NOSPLIT,$0
MOVL 8(BX), SI // arg 2 class
MOVQ 0(BX), DI // arg 1 name
CALL libc_res_search(SB)
XORL DX, DX
CMPQ AX, $-1
JNE ok
CALL libc_error(SB)
XORL DX, DX
CMPQ AX, $-1
JNE ok
CALL libc_error(SB)
MOVLQSX (AX), DX // move return from libc_error into DX
XORL AX, AX // size on error is 0
ok:
Expand Down

0 comments on commit 1cc9e43

Please sign in to comment.