Changeset 94869 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- May 5, 2022 10:22:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/ldr.h
r93115 r94869 216 216 /** @} */ 217 217 218 /** @name K_ARCH_ARM64 219 * @{ */ 220 RTLDRCPU_ARM64_BLEND, 221 RTLDRCPU_ARM64_V8, 222 RTLDRCPU_ARM64E, 223 RTLDRCPU_FIRST_ARM64 = RTLDRCPU_ARM64_V8, 224 RTLDRCPU_LAST_ARM64 = RTLDRCPU_ARM64E, 225 /** @} */ 226 218 227 /** The end of the valid cpu values (exclusive). */ 219 228 RTLDRCPU_END,
Note:
See TracChangeset
for help on using the changeset viewer.