Changeset 60657 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.mac
- Timestamp:
- Apr 22, 2016 3:57:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.mac
r60554 r60657 438 438 %endif 439 439 440 ;; @def TMPL_ONLY_16BIT_STMT 441 ; Version of BS3_ONLY_16BIT_STMT that follows the code template. 440 ;; @def TONLY16 441 ; Version of BONLY16 that follows the code template. 442 ; Like BONLY16 this normally goes in column 1. 442 443 %if TMPL_BITS == 16 443 %macro T MPL_ONLY_16BIT_STMT1+444 %macro TONLY16 1+ 444 445 %1 445 446 %endmacro 446 447 %else 447 %macro TMPL_ONLY_16BIT_STMT 1+ 448 %endmacro 449 %endif 450 451 ;; @def TMPL_ONLY_32BIT_STMT 452 ; Version of BS3_ONLY_32BIT_STMT that follows the code template. 448 %macro TONLY16 1+ 449 %endmacro 450 %endif 451 452 ;; @def TONLY32 453 ; Version of BONLY32 that follows the code template. 454 ; Like BONLY32 this normally goes in column 1. 453 455 %if TMPL_BITS == 32 454 %macro T MPL_ONLY_32BIT_STMT1+456 %macro TONLY32 1+ 455 457 %1 456 458 %endmacro 457 459 %else 458 %macro TMPL_ONLY_32BIT_STMT 1+ 459 %endmacro 460 %endif 461 462 ;; @def TMPL_ONLY_64BIT_STMT 463 ; Version of BS3_ONLY_64BIT_STMT that follows the code template. 460 %macro TONLY32 1+ 461 %endmacro 462 %endif 463 464 ;; @def TONLY64 465 ; Version of BONLY64 that follows the code template. 466 ; Like BONLY64 this normally goes in column 1. 464 467 %if TMPL_BITS == 64 465 %macro T MPL_ONLY_64BIT_STMT1+468 %macro TONLY64 1+ 466 469 %1 467 470 %endmacro 468 471 %else 469 %macro T MPL_ONLY_64BIT_STMT1+472 %macro TONLY64 1+ 470 473 %endmacro 471 474 %endif
Note:
See TracChangeset
for help on using the changeset viewer.