VirtualBox

Ignore:
Timestamp:
Apr 22, 2016 3:57:22 PM (9 years ago)
Author:
vboxsync
Message:

bs3kit: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-header.mac

    r60554 r60657  
    438438%endif
    439439
    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.
    442443%if TMPL_BITS == 16
    443  %macro TMPL_ONLY_16BIT_STMT 1+
     444 %macro TONLY16 1+
    444445        %1
    445446 %endmacro
    446447%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.
    453455%if TMPL_BITS == 32
    454  %macro TMPL_ONLY_32BIT_STMT 1+
     456 %macro TONLY32 1+
    455457        %1
    456458 %endmacro
    457459%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.
    464467%if TMPL_BITS == 64
    465  %macro TMPL_ONLY_64BIT_STMT 1+
     468 %macro TONLY64 1+
    466469        %1
    467470 %endmacro
    468471%else
    469  %macro TMPL_ONLY_64BIT_STMT 1+
     472 %macro TONLY64 1+
    470473 %endmacro
    471474%endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette