Re: [PATCH 1/1] LoongArch: adjust copy/clear_user exception handler behavior

From: liweihao
Date: Tue Aug 29 2023 - 23:26:53 EST


Hello WANG Rui,

> > +.Lsmall_fixup:
> > +29: st.b zero, a0, 0
> > + addi.d a0, a0, 1
> > + addi.d a1, a1, -1
> > + bgt a1, zero, 1b
>
> I'm sure the jump target here is 29b.

You are right, this is a mistake.

I'll correct it later. Thanks.