forked from OSchip/llvm-project
[WebAssembly] Hotfix of WebAssemblyInstructionTableSize after rL346465
llvm-svn: 346535
This commit is contained in:
parent
26e1c887f5
commit
4955066366
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue