Commit 50317b63 authored by Thomas Bogendoerfer's avatar 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: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent fa62f39d
......@@ -74,7 +74,7 @@
#define EXC(inst_reg,addr,handler) \
9: inst_reg, addr; \
.section __ex_table,"a"; \
PTR 9b, handler; \
PTR_WD 9b, handler; \
.previous
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment