Browse Source

* fix for bug #2518 applied to EMX as well

Tomas Hajny 22 years ago
parent
commit
65ceacfe64
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/emx/sysutils.pp

+ 5 - 1
rtl/emx/sysutils.pp

@@ -864,6 +864,7 @@ asm
     stosw
     stosw
     xor eax, eax
     xor eax, eax
     mov al, dl
     mov al, dl
+    imul 10
     shl eax, 16
     shl eax, 16
     mov al, dh
     mov al, dh
     stosd
     stosd
@@ -986,7 +987,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2003-04-04 02:02:44  yuri
+  Revision 1.6  2003-06-06 23:31:55  hajny
+    * fix for bug 2518 applied to EMX as well
+
+  Revision 1.5  2003/04/04 02:02:44  yuri
   * THandle added
   * THandle added
 
 
   Revision 1.4  2003/04/02 21:06:41  hajny
   Revision 1.4  2003/04/02 21:06:41  hajny