mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-16 21:33:01 +00:00
GENTOOO; also addressFrame can be constructible via copy
This commit is contained in:
@@ -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_;
|
||||
Reference in New Issue
Block a user