Commit 36650dea authored by michael's avatar michael

whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3699 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9479a559
......@@ -3995,7 +3995,7 @@ static void sigill_handler (int sig)
signal (sig, SIG_DFL);
raise (sig);
}
canjump = 0;
siglongjmp (jmpbuf, 1);
}
......@@ -4017,23 +4017,23 @@ static int vis_level ()
/* pdist %f0, %f0, %f0 */
__asm__ __volatile__(".word\t0x81b007c0");
canjump = 0;
accel |= ACCEL_SPARC_VIS;
if (sigsetjmp (jmpbuf, 1)) {
signal (SIGILL, SIG_DFL);
return accel;
}
canjump = 1;
/* edge8n %g0, %g0, %g0 */
__asm__ __volatile__(".word\t0x81b00020");
canjump = 0;
accel |= ACCEL_SPARC_VIS2;
signal (SIGILL, SIG_DFL);
return accel;
......
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