GENTOOO; also addressFrame can be constructible via copy

This commit is contained in:
lizzie 2026-04-13 23:13:48 +00:00
parent 8f90d12b56
commit c76ee6faec
8 changed files with 50 additions and 10 deletions

View file

@ -0,0 +1,13 @@
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_;