[RESEND PATCH 1/2] scripts/decodecode: Set ARCH when running natively on arm/arm64

2018-12-10 Thread Marc Zyngier
When running decodecode natively on arm64, ARCH is likely not to be set, and we end-up with .4byte instead of .inst when generating the disassembly. Similar effects would occur if running natively on a 32bit ARM platform, although that's even less popular. A simple workaround is to populate ARCH

Re: [PATCH 1/2] scripts/decodecode: Set ARCH when running natively on arm/arm64

2018-11-23 Thread Will Deacon
On Thu, Nov 22, 2018 at 12:14:39PM +, Marc Zyngier wrote: > When running decodecode natively on arm64, ARCH is likely not to be set, > and we end-up with .4byte instead of .inst when generating the disassembly. > > Similar effects would occur if running natively on a 32bit ARM platform, > alth

[PATCH 1/2] scripts/decodecode: Set ARCH when running natively on arm/arm64

2018-11-22 Thread Marc Zyngier
When running decodecode natively on arm64, ARCH is likely not to be set, and we end-up with .4byte instead of .inst when generating the disassembly. Similar effects would occur if running natively on a 32bit ARM platform, although that's even less popular. A simple workaround is to populate ARCH