Skip to content

Commit

Permalink
Custom port.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemasu committed Jan 24, 2019
1 parent c447d76 commit 8258ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _start:
mov rdi, [listen_socket]
call sys_reuse

;Bind to port 80
;Bind to port
call sys_bind_server
cmp rax, 0
jl exit_bind_error
Expand Down

0 comments on commit 8258ccf

Please sign in to comment.