Fix dword<>qword mistake

This commit is contained in:
Alexey Pelykh 2013-02-02 20:09:28 +02:00
parent 023af5102e
commit 33d4f008f4

View File

@ -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]