| Index: pydir/run-pnacl-sz.py
|
| diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py
|
| index cefd4754286016af931b370ca946873460860acb..2bc764856a4c66f2d89b728fc1c90c211377f451 100755
|
| --- a/pydir/run-pnacl-sz.py
|
| +++ b/pydir/run-pnacl-sz.py
|
| @@ -74,7 +74,7 @@ def main():
|
| action='append', default=[],
|
| help='Add a disassembler flag')
|
| argparser.add_argument('--filetype', default='iasm', dest='filetype',
|
| - choices=['obj', 'asm', 'iasm'],
|
| + choices=['obj', 'asm', 'iasm', 'hasm'],
|
| help='Output file type. Default %(default)s.')
|
| argparser.add_argument('--target', default='x8632', dest='target',
|
| choices=['x8632','arm32','mips32'],
|
|
|