提交 6af0f5f8 编写于 作者: H Haavard Skinnemoen

AVR32: Add missing return instruction in __raw_writesb

__raw_writesb ends with a conditional branch, which is obviously
wrong. It should return after the last loop terminates.
Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
上级 bbfd2bf9
......@@ -45,3 +45,5 @@ __raw_readsb:
sub r10, 1
st.b r11++, r8
brne 3b
retal r12
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册