1
0
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:
John P (Dgby714) 2010-12-23 05:46:43 -05:00 committed by Merlijn Wajer
parent 7dc15679e7
commit 32b586c0c2

View File

@ -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;