VirtualBox

Changeset 2988 in vbox for trunk/src/libs


Ignore:
Timestamp:
Jun 1, 2007 5:36:09 PM (18 years ago)
Author:
vboxsync
Message:

InnoTek -> innotek part 4: more miscellaneous files.

Location:
trunk/src/libs/xpcom18a4/nsprpub/pr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_vbox.cfg

    r589 r2988  
    2121 *
    2222 * Contributor(s):
    23  *  InnoTek
     23 *  innotek
    2424 *
    2525 * Alternatively, the contents of this file may be used under the terms of
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2vaclegacy.s

    r1 r2988  
    11/ -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
    2 / 
     2/
    33/ The contents of this file are subject to the Mozilla Public
    44/ License Version 1.1 (the "License"); you may not use this file
    55/ except in compliance with the License. You may obtain a copy of
    66/ the License at http://www.mozilla.org/MPL/
    7 / 
     7/
    88/ Software distributed under the License is distributed on an "AS
    99/ IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
    1010/ implied. See the License for the specific language governing
    1111/ rights and limitations under the License.
    12 / 
     12/
    1313/ The Original Code is the Netscape Portable Runtime (NSPR).
    14 /
    15 / The Initial Developer of the Original Code is InnoTek
    16 / Systemberatung GmbH.
     14/
     15/ The Initial Developer of the Original Code is innotek.
    1716/ Portions created by the Initial Developer are Copyright (C) 2003
    1817/ the Initial Developer. All Rights Reserved.
    19 / 
     18/
    2019/ Contributor(s):
    21 /    InnoTek Systemberatung GmbH / Knut St. Osmundsen
    22 / 
     20/    innotek GmbH / Knut St. Osmundsen
     21/
    2322/ Alternatively, the contents of this file may be used under the
    2423/ terms of the GNU General Public License Version 2 or later (the
    25 / "GPL"), in which case the provisions of the GPL are applicable 
    26 / instead of those above.  If you wish to allow use of your 
     24/ "GPL"), in which case the provisions of the GPL are applicable
     25/ instead of those above.  If you wish to allow use of your
    2726/ version of this file only under the terms of the GPL and not to
    2827/ allow others to use your version of this file under the MPL,
     
    3231/ may use your version of this file under either the MPL or the
    3332/ GPL.
    34 / 
     33/
    3534
    3635    .text
     
    4342    .globl PR_EnterMonitor
    4443PR_EnterMonitor:
    45     mov     %eax,  4(%esp) 
     44    mov     %eax,  4(%esp)
    4645    jmp _PR_EnterMonitor
    4746
    4847    .align 4
    49     .globl PR_ExitMonitor 
     48    .globl PR_ExitMonitor
    5049PR_ExitMonitor:
    51     mov     %eax,  4(%esp) 
    52     jmp _PR_ExitMonitor 
     50    mov     %eax,  4(%esp)
     51    jmp _PR_ExitMonitor
    5352
    5453
    55    
     54
    5655    .align 4
    5756    .globl PR_AttachThread
    5857PR_AttachThread:
    59     mov     %eax,  4(%esp) 
    60     mov     %edx,  8(%esp) 
     58    mov     %eax,  4(%esp)
     59    mov     %edx,  8(%esp)
    6160    mov     %ecx, 12(%esp)
    6261    jmp _PR_AttachThread
    63    
     62
    6463    .align 4
    6564    .globl PR_DetachThread
    6665PR_DetachThread:
    6766    jmp _PR_DetachThread
    68    
     67
    6968    .align 4
    7069    .globl PR_GetCurrentThread
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