typos
This commit is contained in:
parent
f6fed124b6
commit
ae496a6d19
1 changed files with 6 additions and 6 deletions
|
@ -262,18 +262,18 @@ int iRCCE_isend(
|
|||
iRCCE_mail_send( send_size,
|
||||
iRCCE_ANYLENGTH_PIGGYBACK,
|
||||
0, privbuf, dest );
|
||||
NOP8;
|
||||
NOP8;
|
||||
send_irq( dest );
|
||||
//NOP8;
|
||||
//NOP8;
|
||||
//send_irq( dest );
|
||||
return iRCCE_SUCCESS;
|
||||
}
|
||||
// we need an extra isend-call
|
||||
else {
|
||||
iRCCE_mail_send( send_size, iRCCE_ANYLENGTH,
|
||||
0, NULL, dest );
|
||||
NOP8;
|
||||
NOP8;
|
||||
send_irq( dest );
|
||||
//NOP8;
|
||||
//NOP8;
|
||||
//send_irq( dest );
|
||||
return iRCCE_isend_general( privbuf, send_size,
|
||||
dest, request );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue