Add stackdump and fix socktest for mipsel

This commit is contained in:
2025-05-04 20:22:54 -04:00
parent cc557ed1b9
commit f7109b8743
3 changed files with 156 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ int main() {
server.sin_family = AF_INET;
server.sin_addr.s_addr = INADDR_ANY;
#if defined(__mips__)
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
server.sin_port = 6969;
#else
server.sin_port = 0x391b;