mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support MIPS 64bits for loongson 3A4000/3B3000. v5.0.34
This commit is contained in:
parent
aba6667357
commit
1589858cb0
16 changed files with 543 additions and 185 deletions
2
trunk/3rdparty/st-srs/tools/verify/verify.c
vendored
2
trunk/3rdparty/st-srs/tools/verify/verify.c
vendored
|
@ -48,7 +48,7 @@ void verify_jmpbuf()
|
|||
unsigned char* p = (unsigned char*)ctx[0].__jb;
|
||||
print_buf(p, nn_jb);
|
||||
}
|
||||
#elif __loongarch__
|
||||
#elif __loongarch64
|
||||
void verify_jmpbuf()
|
||||
{
|
||||
// https://github.com/ossrs/state-threads/issues/24#porting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue