浏览代码

* fix for bug #2518 applied to OS/2 as well

Tomas Hajny 22 年之前
父节点
当前提交
93db149583
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      rtl/os2/sysutils.pp

+ 5 - 1
rtl/os2/sysutils.pp

@@ -864,6 +864,7 @@ asm
     stosw
     xor eax, eax
     mov al, dl
+    imul 10
     shl eax, 16
     mov al, dh
     stosd
@@ -986,7 +987,10 @@ end.
 
 {
   $Log$
-  Revision 1.27  2003-04-01 15:57:41  peter
+  Revision 1.28  2003-06-06 23:31:17  hajny
+    * fix for bug 2518 applied to OS/2 as well
+
+  Revision 1.27  2003/04/01 15:57:41  peter
     * made THandle platform dependent and unique type
 
   Revision 1.26  2003/03/31 02:18:39  yuri