+ 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:
nickysn 2013-06-09 13:01:40 +00:00
parent 9a6c242f97
commit 3631198b34

View File

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