[mips][mc] Fix a crash when disassembling odd sized sections

Attempt to fix failing test.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Dardis 2017-02-24 12:47:41 +00:00
parent 558eff4677
commit 3583102e6c

View File

@ -1,4 +1,5 @@
# RUN: yaml2obj %s | llvm-objdump -D -
# REQUIRES: mips64el-registered-target
# Test that -D does not crash llvm-objdump encounters a section who size is a
# not a multiple of the size of an instruction.