We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa62f39 commit 50317b6Copy full SHA for 50317b6
1 file changed
arch/mips/cavium-octeon/octeon-memcpy.S
@@ -74,7 +74,7 @@
74
#define EXC(inst_reg,addr,handler) \
75
9: inst_reg, addr; \
76
.section __ex_table,"a"; \
77
- PTR 9b, handler; \
+ PTR_WD 9b, handler; \
78
.previous
79
80
/*
0 commit comments