(solaris x86) C++ style variable declaration not at the start of a block does

not work in mplayer, add a block to declare local variable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2071 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-10-04 11:17:39 +00:00
parent 4f3776f018
commit 8859c74a11
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ void Setup_LDT_Keeper(void)
#endif /* __NetBSD__ || __FreeBSD__ || __OpenBSD__ */
#if defined(__svr4__)
{
struct ssd ssd;
ssd.sel = TEB_SEL;
ssd.bo = array.base_addr;
@ -211,6 +212,7 @@ void Setup_LDT_Keeper(void)
perror("sysi86(SI86DSCR)");
printf("Couldn't install fs segment, expect segfault\n");
}
}
#endif
Setup_FS_Segment();