提交 50317b63 编写于 作者: T Thomas Bogendoerfer

MIPS: octeon: Fix missed PTR->PTR_WD conversion

Fixes: fa62f39d ("MIPS: Fix build error due to PTR used in more places")
Signed-off-by: NThomas Bogendoerfer <tsbogend@alpha.franken.de>
上级 fa62f39d
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
#define EXC(inst_reg,addr,handler) \ #define EXC(inst_reg,addr,handler) \
9: inst_reg, addr; \ 9: inst_reg, addr; \
.section __ex_table,"a"; \ .section __ex_table,"a"; \
PTR 9b, handler; \ PTR_WD 9b, handler; \
.previous .previous
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册