Forráskód Böngészése

Ensure ld-provided port alias is properly aligned.

Johny Mattsson 8 éve
szülő
commit
4888c5fc62
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      ld/nodemcu.ld

+ 1 - 0
ld/nodemcu.ld

@@ -115,6 +115,7 @@ SECTIONS
     *(.data)
 
     /* Hook for randomizing TCP start numbers */
+    . = ALIGN(2);
     _tcp_new_port_port = ABSOLUTE(.);
     */liblwip.a:tcp.o(.port)
     /* Verify that the LWIP source has been patched as needed, or fail with