VirtualBox

Changeset 64901 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 16, 2016 9:11:28 AM (8 years ago)
Author:
vboxsync
Message:

Runtime: use symbolic constants for _8K and _16K

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/zero.asm

    r64899 r64901  
    4444        times 0x10000/(16*4) dd 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0
    4545%ifdef ASM_FORMAT_ELF
    46 size g_abRTZeroPage _4K
    47 size g_abRTZero4K _4K
    48 size g_abRTZero8K 2*_4K
    49 size g_abRTZero16K 4*_4K
    50 size g_abRTZero32K _32K
    51 size g_abRTZero64K _64K
     46size g_abRTZeroPage     _4K
     47size g_abRTZero4K       _4K
     48size g_abRTZero8K       _8K
     49size g_abRTZero16K     _16K
     50size g_abRTZero32K     _32K
     51size g_abRTZero64K     _64K
    5252%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