mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 14:05:15 +02:00
GENTOOO; also addressFrame can be constructible via copy
This commit is contained in:
parent
8f90d12b56
commit
c76ee6faec
8 changed files with 50 additions and 10 deletions
13
.patch/xbyak/0002-address-frame-ctor.patch
Normal file
13
.patch/xbyak/0002-address-frame-ctor.patch
Normal 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_;
|
||||
Loading…
Add table
Add a link
Reference in a new issue