You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/01 06:54:31 UTC

[GitHub] [incubator-nuttx] Donny9 commented on pull request #3265: arch: armv7-a: Fix memory corruption in SMP mode

Donny9 commented on pull request #3265:
URL: https://github.com/apache/incubator-nuttx/pull/3265#issuecomment-811690144


   armv7-a/arm_vectors.S: Assembler messages:
   armv7-a/arm_vectors.S:204: Error: bad instruction `cpuindex r1'
   Makefile:151: recipe for target 'armv7-a/arm_vectors.o' failed
   
   
   armv7-a/arm_vectors.S: Line 108
   #if !defined(CONFIG_SMP) && CONFIG_ARCH_INTERRUPTSTACK > 7     
           .macro  cpuindex, index
           .mov    \index, #0
           .endm
   #endif
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org