summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/MC/WasmObjectWriter.cpp')
-rw-r--r--llvm/lib/MC/WasmObjectWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WasmObjectWriter.cpp b/llvm/lib/MC/WasmObjectWriter.cpp
index 86185b9e0ce..0b703f4387b 100644
--- a/llvm/lib/MC/WasmObjectWriter.cpp
+++ b/llvm/lib/MC/WasmObjectWriter.cpp
@@ -338,7 +338,7 @@ struct WasmImport {
StringRef ModuleName;
StringRef FieldName;
unsigned Kind;
- uint32_t Type;
+ int32_t Type;
};
// A wasm function to be written into the function section.
OpenPOWER on IntegriCloud