Changeset 59949 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSendCmdWithU32.asm
- Timestamp:
- Mar 7, 2016 11:15:22 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105896
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSendCmdWithU32.asm
r59863 r59949 42 42 push xSI 43 43 44 cmp byte [g_fbBs3VMMDevTesting], 0 44 BS3_ONLY_16BIT_STMT push ds 45 mov ax, seg g_fbBs3VMMDevTesting 46 mov ds, ax 47 cmp byte [BS3_DATA16_WRT(g_fbBs3VMMDevTesting)], 0 48 BS3_ONLY_16BIT_STMT pop ds 45 49 je .no_vmmdev 46 50
Note:
See TracChangeset
for help on using the changeset viewer.