Fix: use long rather than int for offsets
[librseq.git] / include / rseq / rseq-mips.h
index ca0c8e0fb7363cb688e6258725c94ae4be0a0c34..d93a6d0805b52bd5c4bea6471f4b422c486299bd 100644 (file)
@@ -218,7 +218,7 @@ error2:
 
 static inline __attribute__((always_inline))
 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot,
-                              int voffp, intptr_t *load, int cpu)
+                              long voffp, intptr_t *load, int cpu)
 {
        RSEQ_INJECT_C(9)
 
This page took 0.024323 seconds and 4 git commands to generate.