Fix dword<>qword mistake

This commit is contained in:
Alexey Pelykh 2013-02-02 20:09:28 +02:00
parent 24e1e1a745
commit f3c443dbfa

View File

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