X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2Fcrt0.c;h=7e2c69e9fd16aec18be992483430e7c0bdf71795;hb=b5282b0a1a8ca5212c75623610be6d0483fd35bd;hp=a85cdbcbb79e40ed74b85cdb4afbae5c0f21c6f0;hpb=c2b2704764af1ade923ba8f15d517b87f9d16189;p=nestedvm.git diff --git a/src/org/ibex/nestedvm/crt0.c b/src/org/ibex/nestedvm/crt0.c index a85cdbc..7e2c69e 100644 --- a/src/org/ibex/nestedvm/crt0.c +++ b/src/org/ibex/nestedvm/crt0.c @@ -1,7 +1,5 @@ #include -extern int _gp[]; - extern int main(int argc, char **argv, char **envp); extern void exit(int status); extern int atexit(void (*f)());