more
This commit is contained in:
parent
e34ef9191e
commit
d5539259b6
|
@ -248,6 +248,8 @@ extern "C" {
|
|||
} \
|
||||
if (SIGN) { \
|
||||
(VAL) = ZIGZAGD(int64_t, tmp); \
|
||||
} else { \
|
||||
(VAL) = tmp; \
|
||||
} \
|
||||
i; \
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue