Skip to content

Commit

Permalink
Update INTEGER.c
Browse files Browse the repository at this point in the history
Keep experimenting with GCC bug workaround
  • Loading branch information
mouse07410 committed Apr 2, 2024
1 parent 1e6d1d4 commit fa46ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletons/INTEGER.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa46ff2

Please sign in to comment.