mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 11:10:17 +02:00
* don't pass property as var-parameter to val()
git-svn-id: trunk@20137 -
This commit is contained in:
parent
d01824ab22
commit
6432c82c01
@ -1618,7 +1618,7 @@ implementation
|
||||
objsym : TObjSymbol;
|
||||
exesym : TExeSymbol;
|
||||
begin
|
||||
val(avalue,ImageBase,code);
|
||||
val(avalue,FImageBase,code);
|
||||
if code<>0 then
|
||||
Comment(V_Error,'Invalid number '+avalue);
|
||||
{ Create __image_base__ symbol, create the symbol
|
||||
|
Loading…
Reference in New Issue
Block a user