export type of foreign fields.

This commit is contained in:
Vítor Santos Costa II 2010-04-10 21:20:00 +01:00
parent 0df80db205
commit b1621d033a
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@
UInt prof_preds;
#endif /* LOW_PROF */
void *foreign_code_loaded;
struct ForeignLoadItem *foreign_code_loaded;
ADDR foreign_code_base;
ADDR foreign_code_top;
ADDR foreign_code_max;

View File

@ -332,7 +332,7 @@ UInt prof_preds ProfPreds =0L void
#endif /* LOW_PROF */
/* foreign code loaded */
void *foreign_code_loaded ForeignCodeLoaded =NULL RestoreForeignCode()
struct ForeignLoadItem *foreign_code_loaded ForeignCodeLoaded =NULL RestoreForeignCode()
ADDR foreign_code_base ForeignCodeBase =NULL void
ADDR foreign_code_top ForeignCodeTop =NULL void
ADDR foreign_code_max ForeignCodeMax =NULL void