mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 09:31:51 +00:00
[tcpip] Fix building under Cygwin
Cygwin's assembler treats '/' as a comment character. Reported-by: Steve Goodrich <steve.goodrich@se-eng.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
c70586f6e9
commit
fb7c022c2c
@ -123,7 +123,7 @@ uint16_t x86_tcpip_continue_chksum ( uint16_t partial,
|
||||
"\nx86_tcpip_loop_end:\n\t"
|
||||
"loop x86_tcpip_loop_start\n\t"
|
||||
".equ x86_tcpip_loop_step_size, "
|
||||
" ( ( x86_tcpip_loop_end - x86_tcpip_loop_start ) / 16 )\n\t"
|
||||
" ( ( x86_tcpip_loop_end - x86_tcpip_loop_start ) >> 4 )\n\t"
|
||||
|
||||
/* Checksum remaining whole words */
|
||||
"mov %13, %3\n\t"
|
||||
|
Loading…
Reference in New Issue
Block a user