Browse Source

typo in assembly opcode

git-svn-id: trunk@3312 -
micha 19 years ago
parent
commit
b6efd1389e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/ossysc.inc

+ 1 - 1
rtl/linux/ossysc.inc

@@ -228,7 +228,7 @@ asm
   int $0x80
   int $0x80
 {$endif}
 {$endif}
 {$ifdef cpux86_64}
 {$ifdef cpux86_64}
-  moq $syscall_nr_rt_sigreturn, %rax
+  movq $syscall_nr_rt_sigreturn, %rax
   syscall
   syscall
 {$endif}
 {$endif}
 end;
 end;