mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -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);
|
||||
begin;
|
||||
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].FuncPtr:= Ptr;
|
||||
Result[c].Section:= CurrSection;
|
||||
|
Loading…
Reference in New Issue
Block a user