Changeset 95430 in vbox for trunk/src/VBox
- Timestamp:
- Jun 29, 2022 2:21:45 PM (3 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxConvertToRingX.c
r93115 r95430 139 139 * @param pRegCtx The register context. 140 140 * @param bRing The target ring (0..3). 141 * 142 * @note Do _NOT_ call this for creating real mode or v8086 contexts, because 143 * it will always output a protected mode context! 141 144 */ 142 145 #undef Bs3RegCtxConvertToRingX -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r95399 r95430 2663 2663 * @param pRegCtx The register context. 2664 2664 * @param bRing The target ring (0..3). 2665 * 2666 * @note Do _NOT_ call this for creating real mode or v8086 contexts, because 2667 * it will always output a protected mode context! 2665 2668 */ 2666 2669 BS3_CMN_PROTO_STUB(void, Bs3RegCtxConvertToRingX,(PBS3REGCTX pRegCtx, uint8_t bRing));
Note:
See TracChangeset
for help on using the changeset viewer.