On Thu, Nov 22, 2018 at 12:14:39PM +0000, 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, > although that's even less popular. > > A simple workaround is to populate ARCH when it is not set and that we're > running on an arm/arm64 system. > > Signed-off-by: Marc Zyngier <marc.zyng...@arm.com> > --- > scripts/decodecode | 7 +++++++ > 1 file changed, 7 insertions(+)
Acked-by: Will Deacon <will.dea...@arm.com> Will