Anton Vasilyev
Results
2
comments of
Anton Vasilyev
There is my patch for this issue: (probably it isn't accurate) https://github.com/Druidos/pycparserext/commit/8f8201a6aa85c7a36a852257918a52350bbc4fd1 Also tests are shown that GNUCGenerator has problem with reconstruction asm notation.
Sorry for late response. Example illustrated problem with GnuCGenerator is in test_asm_volatile_2(): I have source: void read_tsc(void) { long val; asm volatile("rdtsc" : "=A" (val)); } but as result of...