Thank you Stephen. This is the patch I was looking for. But even with it I still get a compilation error: decoder/fetchdecode32.cc: In function ‘BxDecodeError assign_srcs(bxInstruction_c*, unsigned int, bx_bool, unsigned int, unsigned int, unsigned int, unsigned int, bx_bool, bx_bool)’: decoder/fetchdecode32.cc:1745:16: error: ‘class bxInstruction_c’ has no member named ‘isZeroMasking’ 1745 | if (i->isZeroMasking()) | ^~~~~~~~~~~~~ decoder/fetchdecode32.cc:1754:18: error: ‘class bxInstruction_c’...
I am an Arch Linux developer and want to update bochs package to the latest released version (2.6.11). But it currently broken due to this bug. Arch does not use non-released versions. So I have two options - either cherry-pick the fix for 2.6.11 or wait until 2.6.12 released.
I hit the same issue. Could you please share more information what commit fixed this particular issue? Or maybe you can make a new release with this compilation error fixed?
AV Android make files changes
Merge media files with history from frameworks/...
Yes, it can be closed. Thanks!
I believe commit 56eb64d3c06854b9b68d61e3c2d3bdf6ff2a9853 fixed this issue
Both Linux Fedora and Linux Arch have decided to use following patch to void the...