mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:50:18 +02:00
+ declare the text segment with class=code in the nasm header for far code memory models also
git-svn-id: trunk@24834 -
This commit is contained in:
parent
9a6c242f97
commit
3631198b34
@ -1088,7 +1088,6 @@ interface
|
||||
internalerror(2013050101);
|
||||
end;
|
||||
|
||||
if current_settings.x86memorymodel in x86_near_code_models then
|
||||
AsmWriteLn('SECTION ' + CodeSectionName + ' use16 class=code');
|
||||
if current_settings.x86memorymodel in x86_near_data_models then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user