avoid none inlined memcpy

This commit is contained in:
Karsten Keil 2000-08-20 07:31:30 +00:00
parent e738bab3c4
commit 7e40a07ed5
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ down1tr6(struct PStack *st, int pr, void *arg)
} else {
proc->chan = chan;
chan->proc = proc;
proc->para.setup = chan->setup;
memcpy(&proc->para.setup, &chan->setup, sizeof(setup_parm));
proc->callref = cr;
}
} else {