diff lwasm/pass2.c @ 374:d99322ef6f21

Stage 1: actually do output
author lost@starbug
date Sat, 24 Apr 2010 14:15:18 -0600
parents d96c30e60ddf
children
line wrap: on
line diff
--- a/lwasm/pass2.c	Thu Apr 22 18:30:30 2010 -0600
+++ b/lwasm/pass2.c	Sat Apr 24 14:15:18 2010 -0600
@@ -72,6 +72,7 @@
 					lwasm_register_error(as, ex -> line, "Undefined exported symbol");
 				}
 			}
+			ex -> se = s;
 		}
 		if (as -> errorcount > 0)
 			return;