mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +02:00
* missing size modifier added
git-svn-id: trunk@8254 -
This commit is contained in:
parent
9c90a93932
commit
1967deb137
@ -597,7 +597,7 @@ begin
|
|||||||
movl djgpp_exception_state_ptr, %eax
|
movl djgpp_exception_state_ptr, %eax
|
||||||
movl %eax, 60(%edi)
|
movl %eax, 60(%edi)
|
||||||
{ restore EDI }
|
{ restore EDI }
|
||||||
pop %edi
|
popl %edi
|
||||||
{ we come from the initial call }
|
{ we come from the initial call }
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
movl %eax,__RESULT
|
movl %eax,__RESULT
|
||||||
|
Loading…
Reference in New Issue
Block a user