Unverified Commit fa46ff2b authored by Mouse's avatar Mouse Committed by GitHub

Update INTEGER.c

Keep experimenting with GCC bug workaround
parent 1e6d1d4a
......@@ -469,7 +469,7 @@ asn_uint642INTEGER(INTEGER_t *st, uint64_t value) {
int
asn_int642INTEGER(INTEGER_t *st, int64_t value) {
volatile uint8_t *buf, *bp;
uint8_t *buf, *bp;
volatile uint8_t *p;
volatile uint8_t *pstart;
volatile uint8_t *pend1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment