* Rename ag386nsm.pas unit source to agx86nsm.pas

git-svn-id: trunk@17933 -
This commit is contained in:
pierre 2011-07-04 09:13:55 +00:00
parent f6ab12d677
commit cff85bdb3b
3 changed files with 3 additions and 3 deletions

2
.gitattributes vendored
View File

@ -612,9 +612,9 @@ compiler/wpo.pas svneol=native#text/plain
compiler/wpobase.pas svneol=native#text/plain
compiler/wpoinfo.pas svneol=native#text/plain
compiler/x86/aasmcpu.pas svneol=native#text/plain
compiler/x86/ag386nsm.pas svneol=native#text/plain
compiler/x86/agx86att.pas svneol=native#text/plain
compiler/x86/agx86int.pas svneol=native#text/plain
compiler/x86/agx86nsm.pas svneol=native#text/plain
compiler/x86/cga.pas svneol=native#text/plain
compiler/x86/cgx86.pas svneol=native#text/plain
compiler/x86/cpubase.pas svneol=native#text/plain

View File

@ -92,7 +92,7 @@ implementation
,agx86att
{$endif}
{$ifndef NOAG386NSM}
,ag386nsm
,agx86nsm
{$endif}
{$ifndef NOAG386INT}
,agx86int

View File

@ -20,7 +20,7 @@
****************************************************************************
}
unit ag386nsm;
unit agx86nsm;
{$i fpcdefs.inc}