Changeset 2988 in vbox for trunk/src/libs
- Timestamp:
- Jun 1, 2007 5:36:09 PM (18 years ago)
- 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 21 21 * 22 22 * Contributor(s): 23 * InnoTek23 * innotek 24 24 * 25 25 * 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 1 1 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- 2 / 2 / 3 3 / The contents of this file are subject to the Mozilla Public 4 4 / License Version 1.1 (the "License"); you may not use this file 5 5 / except in compliance with the License. You may obtain a copy of 6 6 / the License at http://www.mozilla.org/MPL/ 7 / 7 / 8 8 / Software distributed under the License is distributed on an "AS 9 9 / IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 10 10 / implied. See the License for the specific language governing 11 11 / rights and limitations under the License. 12 / 12 / 13 13 / 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. 17 16 / Portions created by the Initial Developer are Copyright (C) 2003 18 17 / the Initial Developer. All Rights Reserved. 19 / 18 / 20 19 / Contributor(s): 21 / InnoTek SystemberatungGmbH / Knut St. Osmundsen22 / 20 / innotek GmbH / Knut St. Osmundsen 21 / 23 22 / Alternatively, the contents of this file may be used under the 24 23 / 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 27 26 / version of this file only under the terms of the GPL and not to 28 27 / allow others to use your version of this file under the MPL, … … 32 31 / may use your version of this file under either the MPL or the 33 32 / GPL. 34 / 33 / 35 34 36 35 .text … … 43 42 .globl PR_EnterMonitor 44 43 PR_EnterMonitor: 45 mov %eax, 4(%esp) 44 mov %eax, 4(%esp) 46 45 jmp _PR_EnterMonitor 47 46 48 47 .align 4 49 .globl PR_ExitMonitor 48 .globl PR_ExitMonitor 50 49 PR_ExitMonitor: 51 mov %eax, 4(%esp) 52 jmp _PR_ExitMonitor 50 mov %eax, 4(%esp) 51 jmp _PR_ExitMonitor 53 52 54 53 55 54 56 55 .align 4 57 56 .globl PR_AttachThread 58 57 PR_AttachThread: 59 mov %eax, 4(%esp) 60 mov %edx, 8(%esp) 58 mov %eax, 4(%esp) 59 mov %edx, 8(%esp) 61 60 mov %ecx, 12(%esp) 62 61 jmp _PR_AttachThread 63 62 64 63 .align 4 65 64 .globl PR_DetachThread 66 65 PR_DetachThread: 67 66 jmp _PR_DetachThread 68 67 69 68 .align 4 70 69 .globl PR_GetCurrentThread
Note:
See TracChangeset
for help on using the changeset viewer.