diff options
author | B. Stack <bgstack15@gmail.com> | 2024-02-08 23:21:31 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-02-08 23:21:31 -0500 |
commit | df12d044de4a81fe127ec39cde52d690d0c012a1 (patch) | |
tree | 633a928542e1e73d55d95155f8b84d51bf427ced /newmoon/debian/patches/fix-armhf-FTBFS.patch | |
parent | nm: update _service (diff) | |
download | stackrpms-df12d044de4a81fe127ec39cde52d690d0c012a1.tar.gz stackrpms-df12d044de4a81fe127ec39cde52d690d0c012a1.tar.bz2 stackrpms-df12d044de4a81fe127ec39cde52d690d0c012a1.zip |
nm: remove 2 obsolete patches
Diffstat (limited to 'newmoon/debian/patches/fix-armhf-FTBFS.patch')
-rw-r--r-- | newmoon/debian/patches/fix-armhf-FTBFS.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/newmoon/debian/patches/fix-armhf-FTBFS.patch b/newmoon/debian/patches/fix-armhf-FTBFS.patch deleted file mode 100644 index e15be32..0000000 --- a/newmoon/debian/patches/fix-armhf-FTBFS.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- palemoon-32.4.1.orig/platform/js/src/jit/arm/MacroAssembler-arm.cpp -+++ palemoon-32.4.1/platform/js/src/jit/arm/MacroAssembler-arm.cpp -@@ -3013,7 +3013,7 @@ MacroAssemblerARMCompat::testInt32(Condi - return cond; - } - --+Assembler::Condition -+Assembler::Condition - MacroAssemblerARMCompat::testBigInt(Condition cond,const BaseIndex& src) - { - MOZ_ASSERT(cond == Equal || cond == NotEqual); -@@ -3766,7 +3766,7 @@ MacroAssemblerARMCompat::testStringTruth - return truthy ? Assembler::NotEqual : Assembler::Equal; - } - --+Assembler::Condition -+Assembler::Condition - MacroAssemblerARMCompat::testBigIntTruthy(bool truthy, const ValueOperand& value) - { - Register bi = value.payloadReg(); |