This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6baebce arch: esp32: Fix compile error for smp
6baebce is described below
commit 6baebcecc4c28f135cd53f9b970afe2b7ef2c261
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Fri Mar 20 09:56:29 2020 +0900
arch: esp32: Fix compile error for smp
---
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