Changeset 103602 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Feb 29, 2024 2:10:17 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161960
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r103262 r103602 2643 2643 /** 32-bit view. */ 2644 2644 uint32_t au32[2]; 2645 /** 64-bit view. */ 2646 uint64_t au64[1]; 2645 2647 /** Unsigned integer, depending on compiler context. 2646 2648 * This generally follows ARCH_BITS. */
Note:
See TracChangeset
for help on using the changeset viewer.