1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

research st, add jmp_flow.

This commit is contained in:
winlin 2014-11-10 15:22:30 +08:00
parent 683b01a6c9
commit 4d4e840209
2 changed files with 29 additions and 1 deletions

View file

@ -133,7 +133,8 @@ void func0()
#endif
}
int main(int argc, char** argv) {
int main(int argc, char** argv)
{
#if defined(__amd64__) || defined(__x86_64__)
printf("x86_64 sizeof(long int)=%d, sizeof(long)=%d, "
"sizeof(int)=%d, __WORDSIZE=%d, __GLIBC__=%d, __GLIBC_MINOR__=%d\n",