summaryrefslogtreecommitdiff
path: root/erts/emulator/asmjit/core/emitterutils_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/asmjit/core/emitterutils_p.h')
-rw-r--r--erts/emulator/asmjit/core/emitterutils_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/asmjit/core/emitterutils_p.h b/erts/emulator/asmjit/core/emitterutils_p.h
index b7610e7026..8b6e1e0547 100644
--- a/erts/emulator/asmjit/core/emitterutils_p.h
+++ b/erts/emulator/asmjit/core/emitterutils_p.h
@@ -23,7 +23,7 @@ namespace EmitterUtils {
//! Default paddings used by Emitter utils and Formatter.
-static constexpr Operand noExt[3];
+static constexpr Operand noExt[3] = { {}, {}, {} };
enum kOpIndex : uint32_t {
kOp3 = 0,
@@ -71,7 +71,7 @@ void logInstructionEmitted(
uint32_t relSize, uint32_t immSize, uint8_t* afterCursor);
Error logInstructionFailed(
- BaseAssembler* self,
+ BaseEmitter* self,
Error err,
InstId instId,
InstOptions options,