Changeset 97818 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Dec 15, 2022 10:46:43 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154898
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TrapSystemCallHandler.asm
r96407 r97818 267 267 %if TMPL_BITS != 64 268 268 push es 269 push ss ; Must save and restore SS for supporting 16/32 and 32/16 caller/kernel ring-0 combinations. 269 270 %endif 270 271 ; Convert the incoming pointer to real mode (assuming caller checked … … 301 302 %endif 302 303 %if TMPL_BITS != 64 304 pop ss 303 305 pop es 304 306 %endif
Note:
See TracChangeset
for help on using the changeset viewer.