Changeset 106672 in vbox
- Timestamp:
- Oct 24, 2024 8:54:46 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-arm.h
r106633 r106672 57 57 * MSVC insists on having these defined using ARM64_SYSREG or it will 58 58 * fail to compile with "error C2284: "_ReadStatusReg": invalid argument for internal function, parameter 1" 59 * if we use our own definitions from iprt/armv8.h 60 * 61 * The reason for this, is that ARM64_SYSREG masks off the top bit (bit 15) 62 * whereas our macro doesn't. So the reason is probably the implicitness 59 * if we use our own definitions from iprt/armv8.h 60 * 61 * The reason for this, is that ARM64_SYSREG masks off the top bit (bit 15) 62 * whereas our macro doesn't. So the reason is probably the implicitness 63 63 * of the top bit in the MRS/MSR encoding. 64 64 */
Note:
See TracChangeset
for help on using the changeset viewer.