This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exception causing insns in delay slots


>>>>> "David" == David S Miller <davem@redhat.com> writes:

> Are you suggesting I just ignore NPC and set PC to "PC + 4" instead?

Yes, exactly.

> Hmmm... ok, but does PC need to be accurate for other purposes?

The uses of PC in the EH mechanism are only interested in the location of
the throw.  The return address is just a way of getting at it.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]