Browse Source

Fix assembler syntax error in last commit

Pierre Muller 2 weeks ago
parent
commit
2757e8f299
1 changed files with 1 additions and 1 deletions
  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