Hi,

I see in the ARM tests many call to InstructionBuilder.curpos() which returns BlockBuilderMixin.get_relative_pos(). Then, the value returned is used to make some branches and some jumps. I try to do the same for my MIPS port, but all my branch and jump fail. When I print the value returned I get value under 1000 that let me think that it's not a PC value.

Can anyone explain me what's the value returned by BlockBuilderMixin.get_relative_pos().

Friendly,
Alexis BRENON
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to