提交 a4831fbe 编写于 作者: U Uwe Kleine-König

ns9xxx: fix assembler version of __REG2 to be consistent with the C version

It's not very critical because __REG2 isn't used in assembler code
currently.

Additionally some white space noise is fixed.
Signed-off-by: NUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
上级 916941b2
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
#else #else
# define __REG(x) io_p2v(x) # define __REG(x) io_p2v(x)
# define __REG2(x, y) io_p2v((x) + (y)) # define __REG2(x, y) io_p2v((x) + 4 * (y))
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册