use common() when possible
This commit is contained in:
		
							parent
							
								
									163bbc5845
								
							
						
					
					
						commit
						b61011fba9
					
				
					 5 changed files with 5 additions and 20 deletions
				
			
		|  | @ -34,10 +34,7 @@ arith n, w; | |||
| int i; | ||||
| { | ||||
| 	if ( i == 0 || w == BSS_INIT) { | ||||
| 		switchseg( SEGBSS); | ||||
| 		dump_label(); | ||||
| 
 | ||||
| 		bss( n); | ||||
| 		common(n); | ||||
| 	} | ||||
| 	else {   | ||||
| 		switchseg( SEGCON); | ||||
|  |  | |||
|  | @ -35,10 +35,7 @@ label l; | |||
| int i; | ||||
| { | ||||
| 	if ( i == 0) { | ||||
| 		switchseg( SEGBSS); | ||||
| 		dump_label(); | ||||
| 
 | ||||
| 		bss( n); | ||||
| 		common(n); | ||||
| 	} | ||||
| 	else {   | ||||
| 		switchseg( SEGCON); | ||||
|  |  | |||
|  | @ -35,10 +35,7 @@ char *s; | |||
| int i; | ||||
| { | ||||
| 	if ( i == 0) { | ||||
| 		switchseg( SEGBSS); | ||||
| 		dump_label(); | ||||
| 
 | ||||
| 		bss( n); | ||||
| 		common( n); | ||||
| 	} | ||||
| 	else {   | ||||
| 		switchseg( SEGCON); | ||||
|  |  | |||
|  | @ -35,10 +35,7 @@ label l; | |||
| int i; | ||||
| { | ||||
| 	if ( i == 0) { | ||||
| 		switchseg( SEGBSS); | ||||
| 		dump_label(); | ||||
| 
 | ||||
| 		bss( n); | ||||
| 		common( n); | ||||
| 	} | ||||
| 	else {   | ||||
| 		switchseg( SEGCON); | ||||
|  |  | |||
|  | @ -35,10 +35,7 @@ char *s; | |||
| int i; | ||||
| { | ||||
| 	if ( i == 0) { | ||||
| 		switchseg( SEGBSS); | ||||
| 		dump_label(); | ||||
| 
 | ||||
| 		bss( n); | ||||
| 		common( n); | ||||
| 	} | ||||
| 	else {   | ||||
| 		switchseg( SEGCON); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue