mirror of
https://github.com/corda/corda.git
synced 2025-02-01 16:58:27 +00:00
Fix dword<>qword mistake
This commit is contained in:
parent
023af5102e
commit
33d4f008f4
@ -108,7 +108,7 @@ Lfloat:
|
|||||||
Ldouble:
|
Ldouble:
|
||||||
cmp ecx,offset DOUBLE_TYPE
|
cmp ecx,offset DOUBLE_TYPE
|
||||||
jne Lexit
|
jne Lexit
|
||||||
fstp ds:dword ptr[8+ebp]
|
fstp ds:qword ptr[8+ebp]
|
||||||
mov eax,ds:dword ptr[8+ebp]
|
mov eax,ds:dword ptr[8+ebp]
|
||||||
mov edx,ds:dword ptr[12+ebp]
|
mov edx,ds:dword ptr[12+ebp]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user