put saved label in correct segment
This commit is contained in:
		
							parent
							
								
									33992b426d
								
							
						
					
					
						commit
						18d134bda7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -6,11 +6,11 @@ arith n; | |||
| 	extern int saved; | ||||
| 	extern char labeltje[]; | ||||
| 
 | ||||
| 	switchseg(SEGBSS); | ||||
| 	if (saved) { | ||||
| 		fprint( codefile, COMM_FMT, labeltje, (long) n); | ||||
| 		saved = 0; | ||||
| 		return; | ||||
| 	} | ||||
| 	switchseg(SEGBSS); | ||||
| 	bss(n); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue