summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/extra-patch-6201cb17ad905dffee1b2eb76f58fb032e99b2a1
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/extra-patch-6201cb17ad905dffee1b2eb76f58fb032e99b2a1')
-rw-r--r--emulators/qemu-devel/files/extra-patch-6201cb17ad905dffee1b2eb76f58fb032e99b2a111
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/qemu-devel/files/extra-patch-6201cb17ad905dffee1b2eb76f58fb032e99b2a1 b/emulators/qemu-devel/files/extra-patch-6201cb17ad905dffee1b2eb76f58fb032e99b2a1
deleted file mode 100644
index 93fe4f62bbe5..000000000000
--- a/emulators/qemu-devel/files/extra-patch-6201cb17ad905dffee1b2eb76f58fb032e99b2a1
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bsd-user/mips/target_arch_sigtramp.h
-+++ b/bsd-user/mips/target_arch_sigtramp.h
-@@ -8,7 +8,7 @@ static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
- {
- int i;
- uint32_t sigtramp_code[TARGET_SZSIGCODE/TARGET_INSN_SIZE] = {
-- /* 1 */ 0x27A40000 + sigf_uc, /* daddu $a0, $sp, (sigf_uc) */
-+ /* 1 */ 0x27A40000 + sigf_uc, /* addu $a0, $sp, (sigf_uc) */
- /* 2 */ 0x24020000 + sys_sigreturn, /* li $v0, (sys_sigreturn) */
- /* 3 */ 0x0000000C, /* syscall */
- /* 4 */ 0x0000000D /* break */