VirtualBox

Changeset 14721 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 27, 2008 4:34:10 PM (16 years ago)
Author:
vboxsync
Message:

VMMR0A.asm: win.x86 linker warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0A.asm

    r14672 r14721  
    2929
    3030%ifdef RT_ARCH_X86      ; The other architecture(s) use(s) C99 variadict macros.
    31 extern IMPNAME(RTLogLogger)
     31extern NAME(RTLogLogger)
    3232%endif
    3333
     
    523523%ifdef RT_ARCH_X86      ; The other architecture(s) use(s) C99 variadict macros.
    524524    push    0                           ; assumes we're the wrapper for a default instance.
    525     call    IMP(RTLogLogger)
     525    call    NAME(RTLogLogger)
    526526    add     esp, byte 4
    527527    ret
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