mirror of https://git.ffmpeg.org/ffmpeg.git
run ebp register check in subshell so we can redirect crash message
Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1026a8d4a7
commit
58ecc9cd04
|
@ -1411,7 +1411,7 @@ EOF
|
||||||
# As 'i' is stored on the stack, this program will crash
|
# As 'i' is stored on the stack, this program will crash
|
||||||
# if the base pointer is used to access it because the
|
# if the base pointer is used to access it because the
|
||||||
# base pointer is cleared in the inline assembly code.
|
# base pointer is cleared in the inline assembly code.
|
||||||
check_exec <<EOF && enable ebp_available
|
(check_exec) <<EOF >>$logfile 2>&1 && enable ebp_available
|
||||||
int main(){
|
int main(){
|
||||||
volatile int i=0;
|
volatile int i=0;
|
||||||
asm volatile (
|
asm volatile (
|
||||||
|
|
Loading…
Reference in New Issue