Changeset 105099 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Jul 2, 2024 12:46:58 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 163720
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxRestore.asm
r105073 r105099 423 423 jnz .iretq_ok 424 424 test eax, X86LAR_F_D | X86LAR_F_L 425 jnz .iretq_ok ; Returning to a big o flong SS needs not extra work.425 jnz .iretq_ok ; Returning to a big or long SS needs not extra work. 426 426 427 427 lar eax, word [xBX + BS3REGCTX.cs] … … 431 431 432 432 ; Convert ss:sp to a flat address. 433 movzx ecx, cx ; 16-bit stacks are 16-bit, so chop the offset down. 433 434 BS3_EXTERN_CMN Bs3SelFar32ToFlat32NoClobber 434 435 call Bs3SelFar32ToFlat32NoClobber
Note:
See TracChangeset
for help on using the changeset viewer.