comparison 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
comparison
equal deleted inserted replaced
64:aaddd47219b4 65:31d8e85706e7
41 as -> skipcount = 0; 41 as -> skipcount = 0;
42 as -> skipmacro = 0; 42 as -> skipmacro = 0;
43 as -> inmacro = 0; 43 as -> inmacro = 0;
44 as -> nextcontext = 1; 44 as -> nextcontext = 1;
45 as -> skiplines = 0; 45 as -> skiplines = 0;
46 46 as -> dpval = 0;
47
47 // iterate over all the lines and re-parse them 48 // iterate over all the lines and re-parse them
48 for (l = as -> lineshead; l && !(as -> endseen); l = l -> next) 49 for (l = as -> lineshead; l && !(as -> endseen); l = l -> next)
49 { 50 {
50 if (as -> skiplines) 51 if (as -> skiplines)
51 as -> skiplines--; 52 as -> skiplines--;