X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fmips64.c;h=6a7c4252b176282a8eb7b4ce13ec1f00883d72a7;hp=f65aec114ee383d056da6444dea4021df5b0d4de;hb=5c6e32612df3360abe0ada4e434783b5636643f2;hpb=5c8de6a7253641bf1e4789bdc3b1e89ab741b1d1 diff --git a/src/target/mips64.c b/src/target/mips64.c index f65aec114e..6a7c4252b1 100644 --- a/src/target/mips64.c +++ b/src/target/mips64.c @@ -18,8 +18,6 @@ #include "config.h" #endif -#if BUILD_TARGET64 == 1 - #include "mips64.h" static const struct { @@ -623,5 +621,3 @@ int mips64_enable_interrupts(struct target *target, bool enable) return ERROR_OK; } - -#endif /* BUILD_TARGET64 */