mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:03:00 +00:00
use // as comment instead for ;
svn path=/trunk/; revision=27486
This commit is contained in:
parent
ec310c8989
commit
6c0a11007b
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ _log10:
|
||||||
|
|
||||||
push ebp
|
push ebp
|
||||||
mov ebp,esp
|
mov ebp,esp
|
||||||
fld qword ptr [ebp+8] ; Load real from stack
|
fld qword ptr [ebp+8] // Load real from stack
|
||||||
fldlg2 ; Load log base 10 of 2
|
fldlg2 // Load log base 10 of 2
|
||||||
fxch st(1) ; Exchange st, st(1)
|
fxch st(1) // Exchange st, st(1)
|
||||||
fyl2x ; Compute the log base 10(x)
|
fyl2x // Compute the log base 10(x)
|
||||||
pop ebp
|
pop ebp
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue