mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Simba: Fixed "Exported more than" debug string
This commit is contained in:
parent
7dc15679e7
commit
32b586c0c2
@ -542,7 +542,7 @@ end;
|
|||||||
procedure AddFunction( Ptr : Pointer; DeclStr : String);
|
procedure AddFunction( Ptr : Pointer; DeclStr : String);
|
||||||
begin;
|
begin;
|
||||||
if c >= 500 then
|
if c >= 500 then
|
||||||
raise exception.create('PSThread.LoadMethods: Exported more than 400 functions');
|
raise exception.create('PSThread.LoadMethods: Exported more than 500 functions');
|
||||||
Result[c].FuncDecl:= DeclStr;
|
Result[c].FuncDecl:= DeclStr;
|
||||||
Result[c].FuncPtr:= Ptr;
|
Result[c].FuncPtr:= Ptr;
|
||||||
Result[c].Section:= CurrSection;
|
Result[c].Section:= CurrSection;
|
||||||
|
Loading…
Reference in New Issue
Block a user