summaryrefslogtreecommitdiff
path: root/sal/osl/os2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:30:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:30:34 +0000
commit4afde32a69b926e9051594d0faa5c3d48822eaae (patch)
tree62fae10f1c955f2c01aab82af05a5b7ebe833738 /sal/osl/os2
parentb3b1b97a02ba0587908e6bc24ed70b9ef385e732 (diff)
INTEGRATION: CWS os2port02 (1.3.4); FILE MERGED
2007/10/08 14:26:41 obr 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 11:54:50 ydario 1.3.4.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'sal/osl/os2')
-rw-r--r--sal/osl/os2/diagnose.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sal/osl/os2/diagnose.c b/sal/osl/os2/diagnose.c
index e17da7ce0..254d51c44 100644
--- a/sal/osl/os2/diagnose.c
+++ b/sal/osl/os2/diagnose.c
@@ -4,9 +4,9 @@
*
* $RCSfile: diagnose.c,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-09-25 09:50:31 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:30:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,8 +55,7 @@ static oslDetailedDebugMessageFunc volatile g_pDetailedDebugMessageFunc = 0;
void SAL_CALL osl_breakDebug()
{
- int* sigsev = 0;
- *sigsev = 0;
+ __asm__("int $3\n");
}
/************************************************************************/