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