Changeset 66182 in vbox
- Timestamp:
- Mar 21, 2017 3:18:49 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114094
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesByMaxStub.asm
r66181 r66182 46 46 jmp far TMPL_FAR_NM(Bs3TestDoModesByMax) 47 47 %else 48 extern TMPL_ NM(Bs3TestDoModesByMax):wrt CGROUP1648 extern TMPL_FAR_NM(Bs3TestDoModesByMax):wrt CGROUP16 49 49 jmp TMPL_NM(Bs3TestDoModesByMax) 50 50 %endif -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesByOneStub.asm
r66181 r66182 46 46 jmp far TMPL_FAR_NM(Bs3TestDoModesByOne) 47 47 %else 48 extern TMPL_ NM(Bs3TestDoModesByOne):wrt CGROUP1648 extern TMPL_FAR_NM(Bs3TestDoModesByOne):wrt CGROUP16 49 49 jmp TMPL_NM(Bs3TestDoModesByOne) 50 50 %endif -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesStub.asm
r66181 r66182 46 46 jmp far TMPL_FAR_NM(Bs3TestDoModes) 47 47 %else 48 extern TMPL_ NM(Bs3TestDoModes):wrt CGROUP1648 extern TMPL_FAR_NM(Bs3TestDoModes):wrt CGROUP16 49 49 jmp TMPL_NM(Bs3TestDoModes) 50 50 %endif
Note:
See TracChangeset
for help on using the changeset viewer.