================ @@ -14,7 +14,7 @@ // From winnt.h #define ARM64_SYSREG(op0, op1, crn, crm, op2) \ - ( ((op0 & 1) << 14) | \ + ( ((op0 & 3) << 14) | \ ---------------- efriedma-quic wrote:
The "from winnt.h" is an indicator that this was copied from Microsoft SDK headers. If we need to change this, it probably indicates your patch is not compatible with real code. https://github.com/llvm/llvm-project/pull/187290 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
