Thanks for your reply, I'am trying to port dalvik to a new platform

I've just found out why this happened, and I think this may be a bug.
In dalvik/vm/mterp/cstubs/stubdefs.c, there is a "#define self  glue->self"
But in line 115, wrote "glue->self->threadId", so I changed it to
"self->threadId", and re-generate InterpC-allstubs.c by gen-mterp.py, then
everything goes well

On Sat, Aug 1, 2009 at 12:51 AM, fadden <fad...@android.com> wrote:

>
> On Jul 31, 9:18 am, zhtlancer <zhtlan...@gmail.com> wrote:
> > When I tried to build the InterpC-allstubs.c, the compile complaint
> > like this:
> > dalvik/vm/mterp/out/InterpC-allstubs.c: In function
> > ‘dvmMterp_OP_GOTO’:
>
> What type of build are you configured for?
>
> Have you made any local modifications?
>
> >
>


-- 
---------------------------------------------------
Have a great day!

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to