diff options
Diffstat (limited to 'com32/sysdump/be_tftp.c')
-rw-r--r-- | com32/sysdump/be_tftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/sysdump/be_tftp.c b/com32/sysdump/be_tftp.c index 17275b16..9d945f3f 100644 --- a/com32/sysdump/be_tftp.c +++ b/com32/sysdump/be_tftp.c @@ -47,7 +47,7 @@ static int send_ack_packet(struct backend *be, const void *pkt, size_t len) ireg.ebx.w[0] = PXENV_UDP_WRITE; ireg.es = SEG(uw); ireg.edi.w[0] = OFFS(uw); - + __intcall(0x22, &ireg, &oreg); start = times(NULL); @@ -60,7 +60,7 @@ static int send_ack_packet(struct backend *be, const void *pkt, size_t len) ur->d_port = be->tftp.my_port; ur->buffer_size = __com32.cs_bounce_size - sizeof *ur; ur->buffer = FAR_PTR(ur+1); - + ireg.ebx.w[0] = PXENV_UDP_READ; ireg.es = SEG(ur); ireg.edi.w[0] = OFFS(ur); |