|
@@ -1618,7 +1618,7 @@ implementation
|
|
objsym : TObjSymbol;
|
|
objsym : TObjSymbol;
|
|
exesym : TExeSymbol;
|
|
exesym : TExeSymbol;
|
|
begin
|
|
begin
|
|
- val(avalue,ImageBase,code);
|
|
|
|
|
|
+ val(avalue,FImageBase,code);
|
|
if code<>0 then
|
|
if code<>0 then
|
|
Comment(V_Error,'Invalid number '+avalue);
|
|
Comment(V_Error,'Invalid number '+avalue);
|
|
{ Create __image_base__ symbol, create the symbol
|
|
{ Create __image_base__ symbol, create the symbol
|