Commit 902ffd1d authored by mru's avatar mru

run ebp register check in subshell so we can redirect crash message


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8583 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c57dc776
......@@ -1411,7 +1411,7 @@ EOF
# As 'i' is stored on the stack, this program will crash
# if the base pointer is used to access it because the
# 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(){
volatile int i=0;
asm volatile (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment