fix old gcc
This commit is contained in:
parent
010e6a10d4
commit
9fdeb5379a
@ -291,7 +291,7 @@ B scan_c1(Md1D* d, B x) { B f = d->f;
|
|||||||
}
|
}
|
||||||
if (rtid==n_add) {
|
if (rtid==n_add) {
|
||||||
if (xe==el_bit) { x = toI8Any(x); xe=el_i8; }
|
if (xe==el_bit) { x = toI8Any(x); xe=el_i8; }
|
||||||
restart:
|
restart:;
|
||||||
B r; void* rp = m_tyarrc(&r, elWidth(xe), x, el2t(xe));
|
B r; void* rp = m_tyarrc(&r, elWidth(xe), x, el2t(xe));
|
||||||
void* xp = tyany_ptr(x);
|
void* xp = tyany_ptr(x);
|
||||||
bool done = si_scan_stride_add[xe-el_i8](xp, rp, ia, csz);
|
bool done = si_scan_stride_add[xe-el_i8](xp, rp, ia, csz);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user