X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Flongjmp.h;h=67c650a617411f4c0c193df74e3ab9fad97cf52e;hb=ceebc1e71598349ee37b25cd82fe7533760d670a;hp=8d83203e41d408f990a24223d7b358a229295ea2;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/vppinfra/longjmp.h b/src/vppinfra/longjmp.h index 8d83203e41d..67c650a6174 100644 --- a/src/vppinfra/longjmp.h +++ b/src/vppinfra/longjmp.h @@ -93,6 +93,8 @@ #elif defined(__aarch64__) #define CLIB_ARCH_LONGJMP_REGS (22) +#elif defined(_mips) && __mips == 64 +#define CLIB_ARCH_LONGJMP_REGS (12) #else #error "unknown machine" #endif