Prepared the code for referencing a symbol that forces the startup code to get
linked in. git-svn-id: svn://svn.cc65.org/cc65/trunk@3976 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -385,6 +385,16 @@ void g_defimport (const char* Name, int ZP)
|
||||
|
||||
|
||||
|
||||
void g_importstartup (void)
|
||||
/* Forced import of the startup segment */
|
||||
{
|
||||
#if 0
|
||||
AddTextLine ("\t.forceimport\t__STARTUP_RUN__");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
void g_importmainargs (void)
|
||||
/* Forced import of a special symbol that handles arguments to main */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user