mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:40:24 +02:00
FPDebug: Fixed compilation of anm-test case. Patch by Denis Volodarsky.
git-svn-id: trunk@43283 -
This commit is contained in:
parent
1644ea4275
commit
9b860b6f16
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
@ -9,7 +9,6 @@
|
||||
<Title Value="asmtest"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<i18n>
|
||||
<EnableI18N LFM="False"/>
|
||||
|
@ -9,7 +9,7 @@ uses
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms,
|
||||
AsmTestUnit,
|
||||
dbgdisasx86;
|
||||
FpDbgDisasX86;
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
|
@ -8,8 +8,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
||||
ExtCtrls, LCLProc, Math,
|
||||
|
||||
DbgDisasX86;
|
||||
FpDbgDisasX86;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user