FPDebug: Fixed compilation of anm-test case. Patch by Denis Volodarsky.

git-svn-id: trunk@43283 -
This commit is contained in:
martin 2013-10-19 13:56:41 +00:00
parent 1644ea4275
commit 9b860b6f16
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<Version Value="9"/> <Version Value="9"/>
@ -9,7 +9,6 @@
<Title Value="asmtest"/> <Title Value="asmtest"/>
<ResourceType Value="res"/> <ResourceType Value="res"/>
<UseXPManifest Value="True"/> <UseXPManifest Value="True"/>
<Icon Value="0"/>
</General> </General>
<i18n> <i18n>
<EnableI18N LFM="False"/> <EnableI18N LFM="False"/>

View File

@ -9,7 +9,7 @@ uses
Interfaces, // this includes the LCL widgetset Interfaces, // this includes the LCL widgetset
Forms, Forms,
AsmTestUnit, AsmTestUnit,
dbgdisasx86; FpDbgDisasX86;
begin begin
Application.Initialize; Application.Initialize;

View File

@ -8,8 +8,7 @@ interface
uses uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls, Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls,
ExtCtrls, LCLProc, Math, ExtCtrls, LCLProc, Math,
FpDbgDisasX86;
DbgDisasX86;
type type