lkorenc

Results 15 comments of lkorenc

String instructions do not work correctly if `DF` is set to `1`. Probably manifestation of the same bug.

I cannot help unless you give more detail about what is not working (ideally including the steps you have done).

But it is supposed to build **dyninst frontend**, **dyninst** itself must be compiled separately.

Hi, I don't oppose this - I would love to have a toggle for each architecture separately. It may however need more than just some cmake changes because code is...

This is a mountain of work, therefore progress will be tracked in separate issues with `abi-lowering` tag.

If this is an important issue please provide a minimal example we can reproduce on, it will speed up getting it fixed.

Since in high level we do not have blocks, what is the ideal returned value? Next operation to be executed?

Hi, thanks for the report! If you open source of `var-a.c` you will notice the `// REQUIRES: union_lowering`. This means we do not yet fully support this. Adding support should...

In any case #500 is what is blocking this test-case.

In the meantime I merged #500 and the test case now dies a little further into the conversion pipeline (sadly std imports a lot of more complicated/edge case constructs). I...