summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/math/lrintl.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/math/lrintl.asm')
-rw-r--r--src/VBox/Runtime/common/math/lrintl.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Runtime/common/math/lrintl.asm b/src/VBox/Runtime/common/math/lrintl.asm
index f336af6a..72795eb3 100644
--- a/src/VBox/Runtime/common/math/lrintl.asm
+++ b/src/VBox/Runtime/common/math/lrintl.asm
@@ -4,7 +4,7 @@
;
;
-; Copyright (C) 2006-2007 Oracle Corporation
+; Copyright (C) 2006-2010 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
@@ -31,13 +31,13 @@ BEGINCODE
;;
; Round rd to the nearest integer value, rounding according to the current rounding direction.
; @returns 32-bit: eax 64-bit: rax
-; @param lrd [rbp + xS*2]
+; @param lrd [rbp + xCB*2]
BEGINPROC RT_NOCRT(lrintl)
push xBP
mov xBP, xSP
sub xSP, 10h
- fld tword [xBP + xS*2]
+ fld tword [xBP + xCB*2]
%ifdef RT_ARCH_AMD64
fistp qword [xSP]
fwait