mailing list of musl libc
 help / color / mirror / code / Atom feed
76cd58be413471d5b4d6bbc25712ec69850566b7 blob 440 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
.include "ibt.s"

.global ___setjmp
.hidden ___setjmp
.global __setjmp
.global _setjmp
.global setjmp
.type __setjmp,@function
.type _setjmp,@function
.type setjmp,@function
___setjmp:
__setjmp:
_setjmp:
setjmp:
	ENDBRANCH32
	mov 4(%esp), %eax
	mov    %ebx, (%eax)
	mov    %esi, 4(%eax)
	mov    %edi, 8(%eax)
	mov    %ebp, 12(%eax)
	lea 4(%esp), %ecx
	mov    %ecx, 16(%eax)
	mov  (%esp), %ecx
	mov    %ecx, 20(%eax)
	xor    %eax, %eax
	ret
debug log:

solving 76cd58be ...
found 76cd58be in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 4d19cf87 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 4d19cf87cbe924cb7724045400039610950a77d2	src/setjmp/i386/setjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/setjmp/i386/setjmp.s b/src/setjmp/i386/setjmp.s
index 4d19cf87..76cd58be 100644

Checking patch src/setjmp/i386/setjmp.s...
Applied patch src/setjmp/i386/setjmp.s cleanly.

index at:
100644 76cd58be413471d5b4d6bbc25712ec69850566b7	src/setjmp/i386/setjmp.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).