forked from OSchip/llvm-project
[WebAssembly] Commit a file I accidentally omitted from r319956.
llvm-svn: 319962
This commit is contained in:
parent
ebbcb43976
commit
7ae3f46539
|
@ -398,7 +398,6 @@ Error WasmObjectFile::parseLinkingSection(const uint8_t *Ptr,
|
|||
}
|
||||
break;
|
||||
}
|
||||
case wasm::WASM_STACK_POINTER:
|
||||
default:
|
||||
Ptr += Size;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue