mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
Fix dword<>qword mistake
This commit is contained in:
parent
24e1e1a745
commit
f3c443dbfa
@ -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