ALT Linux Bugzilla
– Attachment 19271 Details for
Bug 55476
Запуск yuzu на AMD Phenom 8450
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
alt-no-strict-register-size-check.patch
alt-no-strict-register-size-check.patch (text/plain), 520 bytes, created by
Sergey V Turchin
on 2025-08-04 12:32:32 MSK
(
hide
)
Description:
alt-no-strict-register-size-check.patch
Filename:
MIME Type:
Creator:
Sergey V Turchin
Created:
2025-08-04 12:32:32 MSK
Size:
520 bytes
patch
obsolete
>--- a/xbyak/xbyak.h >+++ b/xbyak/xbyak.h >@@ -2088,7 +2088,9 @@ private: > } > void opRR(const Reg& r1, const Reg& r2, uint64_t type, int code) > { >+#if XBYAK_STRICT_CHECK_MEM_REG_SIZE == 1 > if (!(type & T_ALLOW_DIFF_SIZE) && r1.isREG() && r2.isREG() && r1.getBit() != r2.getBit()) XBYAK_THROW(ERR_BAD_SIZE_OF_REGISTER) >+#endif > if (!(type & T_ALLOW_ABCDH) && (isBadCombination(r1, r2) || isBadCombination(r2, r1))) XBYAK_THROW(ERR_CANT_USE_ABCDH) > bool rex2 = rex(r2, r1, type); > writeCode(type, r1, code, rex2);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55476
: 19271 |
19272