VirtualBox

Ignore:
Timestamp:
Dec 8, 2021 12:47:27 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148719
Message:

iprt/asmdefs.h,IPRT//*asm: Added a RT_BEGINPROC macro that takes IN_RT_STATIC into account and selects either BEGINPROC_EXPORTED or BEGINPROC as appropriate. Updated all relevant IRPT assembly code to use RT_BEGINPROC instead of BEGINPROC_EXPORTED. (Hopefully this makes the GA build stop complaining about R_X86_64_PC32 relocations to RTStrEnd.)

File:
1 edited

Legend:

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

    r82968 r92799  
    4343; DECLASM(void) ASMCpuId(uint32_t uOperator, void *pvEAX, void *pvEBX, void *pvECX, void *pvEDX);
    4444;
    45 BEGINPROC_EXPORTED ASMCpuId
     45RT_BEGINPROC ASMCpuId
    4646        push    xBP
    4747        mov     xBP, xSP
Note: See TracChangeset for help on using the changeset viewer.

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