[WebAssembly] Hotfix of WebAssemblyInstructionTableSize after rL346465

llvm-svn: 346535
This commit is contained in:
Fangrui Song 2018-11-09 18:32:20 +00:00
parent 26e1c887f5
commit 4955066366
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ using DecodeStatus = MCDisassembler::DecodeStatus;
#include "WebAssemblyGenDisassemblerTables.inc"
namespace {
static constexpr int WebAssemblyInstructionTableSize = 256;
class WebAssemblyDisassembler final : public MCDisassembler {
std::unique_ptr<const MCInstrInfo> MCII;