Browse Source

Fix assembler syntax error in last commit

Pierre Muller 3 tuần trước cách đây
mục cha
commit
2757e8f299
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/rtl-console/src/go32v2/mouse.pp

+ 1 - 1
packages/rtl-console/src/go32v2/mouse.pp

@@ -104,7 +104,7 @@ procedure MouseInt;assembler;
 asm
         pushl   %edi
         pushl   %ebx
-        movl    %bh,%al
+        movb    %bh,%al
         xorb    %bh,%bh
         cmpb    $0,%al
         je  .LNoWheel