You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
348 B
13 lines
348 B
diff --git a/xbyak/xbyak.h b/xbyak/xbyak.h
|
|
index 176ee58..b44d62a 100644
|
|
--- a/xbyak/xbyak.h
|
|
+++ b/xbyak/xbyak.h
|
|
@@ -1467,8 +1467,6 @@ inline XBYAK_CONSTEXPR bool Operand::hasRex2() const
|
|
}
|
|
|
|
class AddressFrame {
|
|
- void operator=(const AddressFrame&);
|
|
- AddressFrame(const AddressFrame&);
|
|
public:
|
|
const uint32_t bit_;
|
|
const bool broadcast_;
|