ARM: Add a .w to the disassembly of 32 bit thumb instructions.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:01 +0000 (12:58 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:01 +0000 (12:58 -0500)
commit3b0f3b1ee207176bf2c8a66ef6ed2945f95e28c7
treef422bd6d03fe7a855d35d7e787057bc568cdf0a7
parentfde3c8f41d08500e13d94227b52a642111043414
ARM: Add a .w to the disassembly of 32 bit thumb instructions.
This isn't technically correct since the .w should only be added if there are
32 and 16 bit encodings, but always having it always is better than never
having it.
src/arch/arm/insts/static_inst.cc