lazymio
                                            lazymio
                                        
                                    This is intended as QEMU doesn't allow you to stop inside an IT block or the condition is lost. Need to document it somewhere.
Oh sorry, I thought you were asking for ARM...
Ah, I just checked the code and it's a fix to https://github.com/unicorn-engine/unicorn/issues/1411 In short, it is similar to ARM that the condition might be lost if we stop inside a...
> Why you said it was already fixed in #1411? It seems that it is not fixed. The fix to #1411 is to never allow Unicorn to stop inside a...
Sorry I'm not very familiar with the License stuff. What's the difference?
Both licenses have the same link on the website given. So we are using `GPL-2.0-only` already, correct?
> > I think GPL-2.0 defaults to GPL-2.0-only if not otherwise specified. > > Nope, there is no such default thing, it can be inferred in terms of license compatibility...
> > > > I think GPL-2.0 defaults to GPL-2.0-only if not otherwise specified. > > > > > > > > > Nope, there is no such default thing,...
> I have added a third commit which should address my concerns on #1627. This uses the uc->size_recur_mem field, which from what I can tell was completely unused prior to...
> Idk what's up with the failing test - it passed on my previous commit and I only changed an unrelated testcase. Is it flaky? mingw32 runner has some bugs...