Index: unittest/AssemblerX8632/TestUtil.h |
diff --git a/unittest/AssemblerX8632/TestUtil.h b/unittest/AssemblerX8632/TestUtil.h |
index e3d94db54d78d38d563bd1e0cc4ea879f3409929..c11868f64f4eb5484e940dc187ef3542107b06d4 100644 |
--- a/unittest/AssemblerX8632/TestUtil.h |
+++ b/unittest/AssemblerX8632/TestUtil.h |
@@ -751,7 +751,7 @@ protected: |
} |
Address dwordAddress(uint32_t Dword) { |
- return Address(GPRRegister::Encoded_Reg_ebp, dwordDisp(Dword)); |
+ return Address(GPRRegister::Encoded_Reg_ebp, dwordDisp(Dword), nullptr); |
} |
private: |