Changeset 105073 in vbox
- Timestamp:
- Jun 28, 2024 3:20:50 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxRestore.asm
r98103 r105073 84 84 cmp byte [BS3_DATA16_WRT(g_bBs3CurrentMode)], BS3_MODE_RM 85 85 je .in_ring0 86 cmp byte [BS3_DATA16_WRT(g_bBs3CurrentMode)], BS3_MODE_LM16 87 je .do_syscall_restore_ctx 86 88 test byte [BS3_DATA16_WRT(g_bBs3CurrentMode)], BS3_MODE_CODE_V86 87 89 jnz .do_syscall_restore_ctx 90 %elif TMPL_BITS == 32 91 cmp byte [BS3_DATA16_WRT(g_bBs3CurrentMode)], BS3_MODE_LM32 92 je .do_syscall_restore_ctx 88 93 %endif 89 94 mov ax, ss
Note:
See TracChangeset
for help on using the changeset viewer.