This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch pr592
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/pr592 by this push:
     new 402d6e2  arch: esp32: Fix compile error for smp
402d6e2 is described below

commit 402d6e26ab7d8c62e4820387d736b218ca6b86f6
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Fri Mar 20 09:56:29 2020 +0900

    arch: esp32: Fix compile error for smp
    
    Signed-off-by: Masayuki Ishikawa <[email protected]>
---
 arch/xtensa/src/esp32/chip_macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/xtensa/src/esp32/chip_macros.h 
b/arch/xtensa/src/esp32/chip_macros.h
index 36a7846..07a65a3 100644
--- a/arch/xtensa/src/esp32/chip_macros.h
+++ b/arch/xtensa/src/esp32/chip_macros.h
@@ -67,7 +67,7 @@
     movi        \reg, 1
     j           2f
 1:
-    movii       \reg, 0
+    movi        \reg, 0
 2:
     .endm
 

Reply via email to