Skip to content
Snippets Groups Projects
Commit 7c3e7457 authored by Martin Mareš's avatar Martin Mareš
Browse files

Access: Zápisy jsou opravdové zápisy

parent 6e99b8eb
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@ static inline void eat(uint32_t x)
static inline void process_item(struct item *x)
{
#ifdef MODIFY
x->pad[0]++;
static uint32_t cnt;
x->pad[0] = cnt++;
#else
eat(x->pad[0]);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment