Oops, the last minute reduction in the clobber list for i386
MCOUNT_OVERHEAD() in r334522 was too agressive. Only mcount exit preserves %eax and %edx.
This commit is contained in:
parent
b274c68a20
commit
d10566cf49
@ -64,7 +64,7 @@
|
||||
__asm __volatile("pushl %0; call __mcount; popl %%ecx" \
|
||||
: \
|
||||
: "i" (label) \
|
||||
: "cx", "memory")
|
||||
: "ax", "dx", "cx", "memory")
|
||||
#define MEXITCOUNT_OVERHEAD() \
|
||||
__asm __volatile("call .mexitcount; 1:" \
|
||||
: : \
|
||||
|
Loading…
Reference in New Issue
Block a user