@@ -103,6 +103,7 @@ implementation
uses
cutils,
+ globals,
verbose,
cgbase;
@@ -134,7 +134,7 @@ implementation
SysUtils,
cstreams,cutils,
- verbose,
+ globals,verbose,
omfbase;
const
@@ -405,7 +405,7 @@ function eh_return_data_regno(nr: longint): longint;
implementation
- rgBase, verbose, itcpugas;
+ rgBase, globals, verbose, itcpugas;
std_regname_table: TRegNameTable = (
@@ -41,6 +41,7 @@ implementation
Compiler,Comphook,
sysutils,
{$ifndef NODEBUG}
FPDebug,