diff src/pass2.c @ 65:31d8e85706e7

Implemented setdp and corrected handling of direct page detection in insn_gen_aux()
author lost
date Mon, 05 Jan 2009 01:40:01 +0000
parents b1d81800bc91
children c8c772ef5df9
line wrap: on
line diff
--- a/src/pass2.c	Mon Jan 05 01:27:08 2009 +0000
+++ b/src/pass2.c	Mon Jan 05 01:40:01 2009 +0000
@@ -43,7 +43,8 @@
 	as -> inmacro = 0;
 	as -> nextcontext = 1;
 	as -> skiplines = 0;
-
+	as -> dpval = 0;
+	
 	// iterate over all the lines and re-parse them
 	for (l = as -> lineshead; l && !(as -> endseen); l = l -> next)
 	{