summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_jz47xx/system-jz4760.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_jz47xx/system-jz4760.c')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/system-jz4760.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/system-jz4760.c b/firmware/target/mips/ingenic_jz47xx/system-jz4760.c
index eee767c5ca..19fe0ba661 100644
--- a/firmware/target/mips/ingenic_jz47xx/system-jz4760.c
+++ b/firmware/target/mips/ingenic_jz47xx/system-jz4760.c
@@ -737,7 +737,7 @@ void system_exception_wait(void)
737 { 737 {
738 if( (~REG_GPIO_PXPIN(0)) & (1 << 30) ) 738 if( (~REG_GPIO_PXPIN(0)) & (1 << 30) )
739 return; 739 return;
740 asm volatile("nop"); 740 asm volatile("ssnop");
741 } 741 }
742} 742}
743 743