VirtualBox

Ignore:
Timestamp:
Jan 31, 2008 10:06:25 PM (17 years ago)
Author:
vboxsync
Message:

Corrected segment declaration and WEAK definition. Corrected VBoxHlp.h blocker.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm

    r6689 r6691  
     1; $Id:$
    12;; @file
    23;
     
    910;
    1011; Copyright (C) 2008 innotek GmbH
    11 ; 
     12;
    1213; This file is part of VirtualBox Open Source Edition (OSE), as
    1314; available from http://www.virtualbox.org. This file is free software;
     
    1920;
    2021
    21 SEGMENT CODE32 CLASS=CODE USE32 FLAT PUBLIC
    2222
     23include "iprt/asmdefs.mac"
     24
     25
     26BEGINCODE
    2327extern _DLL_InitTerm
    2428
    25 ; Low-level DLL entry point
     29; Low-level DLL entry point - Forward to the C code.
    2630..start:
    2731    jmp _DLL_InitTerm
    2832
    29 ; Shut up emxomfld (?)
     33
     34; emxomfld may generate references to this for weak symbols. It is usually
     35; found in in libend.lib.
     36ABSOLUTE 0
    3037global WEAK$ZERO
    3138WEAK$ZERO:
     39
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