Lots of work on the AcessNative kernel
[tpg/acess2.git] / AcessNative / ld-acess_src / main.c
index e310a84..b2a8660 100644 (file)
@@ -37,6 +37,10 @@ int main(int argc, char *argv[], char **envp)
        printf("base = %p\n", base);
        if( !base )     return 127;
        
+       printf("==============================\n");
+       for(i = 0; i < appArgc; i ++)
+               printf("\"%s\" ", appArgv[i]);
+       printf("\n");
        __asm__ __volatile__ (
                "push %0;\n\t"
                "push %1;\n\t"

UCC git Repository :: git.ucc.asn.au