mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
fix !x86 cxgb compile
This commit is contained in:
parent
6f0489c670
commit
e321e16bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ retry:
|
|||
n = n->m_next;
|
||||
}
|
||||
#else
|
||||
err = bus_dmamap_load_mbuf_sg(txq->entry_tag, map, m, segs,
|
||||
err = bus_dmamap_load_mbuf_sg(txq->entry_tag, map, *m, segs,
|
||||
&seg_count, 0);
|
||||
#endif
|
||||
if (seg_count == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue