Re: Disassembler disagrees with translator over instruction decoding

2023-09-11 Thread Peter Maydell
On Mon, 11 Sept 2023 at 12:28, Alex Bennée wrote: > > > Станислав Юдин writes: > > > Hello, > > > > I've just got this message, when I dubugging my code: > > > > Disassembler disagrees with translator over instruction decoding

Re: Disassembler disagrees with translator over instruction decoding

2023-09-11 Thread Alex Bennée
Станислав Юдин writes: > Hello, > > I've just got this message, when I dubugging my code: > > Disassembler disagrees with translator over instruction decoding > Please report this to qemu-devel@nongnu.org > > * > > Binary code is in the attachment. The binar

Disassembler disagrees with translator over instruction decoding

2023-09-09 Thread Станислав Юдин
Hello, I've just got this message, when I dubugging my code: *Disassembler disagrees with translator over instruction decoding Please report this to qemu-devel@nongnu.org* Binary code is in the attachment. It launches by this command: "c:\Program Files\qemu\qemu-system-arm.exe&qu

Re: [Qemu-devel] disas: Disassembler disagrees with translator over instruction decoding

2017-06-29 Thread Peter Maydell
On 29 June 2017 at 19:20, Philippe Mathieu-Daudé wrote: > I got this "Disassembler disagrees with translator over instruction > decoding" message asking to get reported here. > > What happens here is coreboot incorrectly emits a Pentium2 instruction while > I'm runn

[Qemu-devel] disas: Disassembler disagrees with translator over instruction decoding

2017-06-29 Thread Philippe Mathieu-Daudé
I got this "Disassembler disagrees with translator over instruction decoding" message asking to get reported here. What happens here is coreboot incorrectly emits a Pentium2 instruction while I'm running qemu with a Pentium cpu. I didn't know what to expect but got this