Ver código fonte

nds32: in latest gcc from Andes, this got renamed

Waldemar Brodkorb 7 anos atrás
pai
commit
ab9a88b3e1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      libc/sysdeps/linux/nds32/bits/sigcontext.h

+ 1 - 1
libc/sysdeps/linux/nds32/bits/sigcontext.h

@@ -41,7 +41,7 @@ struct sigcontext{
 	unsigned long nds32_r25;
         unsigned long nds32_fp;   //r28
         unsigned long nds32_gp;   //r29
-        unsigned long nds32_lr;   //r30
+        unsigned long nds32_lp;   //r30
         unsigned long nds32_sp;   //r31
         unsigned long nds32_d1lo;
         unsigned long nds32_d1hi;