mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* fixed bug in MsDos and Intr in i8086 far data memory models not cleaning their
parameters from the stack properly (leaving an extra word on the stack) git-svn-id: trunk@28059 -
This commit is contained in:
parent
47588a287d
commit
e7e02467fc
@ -447,9 +447,9 @@ int_number:
|
||||
pop ds
|
||||
pop bp
|
||||
%ifdef __FAR_CODE__
|
||||
retf 4
|
||||
retf 4 + extra_data_offset
|
||||
%else
|
||||
ret 4
|
||||
ret 4 + extra_data_offset
|
||||
%endif
|
||||
|
||||
%ifndef __TINY__
|
||||
|
Loading…
Reference in New Issue
Block a user