f838c9
--- firefox-80.0.1/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h	2020-08-31 10:04:19.000000000 -0400
f838c9
+++ firefox-80.0.1/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h	2020-09-12 07:24:35.298931628 -0400
f838c9
@@ -1962,7 +1962,7 @@ struct kernel_statfs {
f838c9
                            LSS_ENTRYPOINT                                     \
f838c9
                            "pop %%ebx"                                        \
f838c9
                            args                                               \
f838c9
-                           : "esp", "memory");                                \
f838c9
+                           : "memory");                                       \
f838c9
       LSS_RETURN(type,__res)
f838c9
     #undef  _syscall0
f838c9
     #define _syscall0(type,name)                                              \
f838c9
@@ -2019,7 +2019,7 @@ struct kernel_statfs {
f838c9
                              : "i" (__NR_##name), "ri" ((long)(arg1)),        \
f838c9
                                "c" ((long)(arg2)), "d" ((long)(arg3)),        \
f838c9
                                "S" ((long)(arg4)), "D" ((long)(arg5))         \
f838c9
-                             : "esp", "memory");                              \
f838c9
+                             : "memory");                                     \
f838c9
         LSS_RETURN(type,__res);                                               \
f838c9
       }
f838c9
     #undef  _syscall6
f838c9
@@ -2041,7 +2041,7 @@ struct kernel_statfs {
f838c9
                              : "i" (__NR_##name),  "0" ((long)(&__s)),        \
f838c9
                                "c" ((long)(arg2)), "d" ((long)(arg3)),        \
f838c9
                                "S" ((long)(arg4)), "D" ((long)(arg5))         \
f838c9
-                             : "esp", "memory");                              \
f838c9
+                             : "memory");                                     \
f838c9
         LSS_RETURN(type,__res);                                               \
f838c9
       }
f838c9
     LSS_INLINE int LSS_NAME(clone)(int (*fn)(void *), void *child_stack,
f838c9
@@ -2127,7 +2127,7 @@ struct kernel_statfs {
f838c9
                            : "0"(-EINVAL), "i"(__NR_clone),
f838c9
                              "m"(fn), "m"(child_stack), "m"(flags), "m"(arg),
f838c9
                              "m"(parent_tidptr), "m"(newtls), "m"(child_tidptr)
f838c9
-                           : "esp", "memory", "ecx", "edx", "esi", "edi");
f838c9
+                           : "memory", "ecx", "edx", "esi", "edi");
f838c9
       LSS_RETURN(int, __res);
f838c9
     }
f838c9