The assembler proved to contain yet another bug.
.align in text segments will not work for values that are not a divisor of the gcd of the instruction sizes.
This commit is contained in:
		
							parent
							
								
									9f203c9a17
								
							
						
					
					
						commit
						9d0812746b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3,9 +3,9 @@
 | 
			
		|||
 | 
			
		||||
        ! $Header$
 | 
			
		||||
	.text
 | 
			
		||||
	.align 2
 | 
			
		||||
endtext:
 | 
			
		||||
_etext:
 | 
			
		||||
	.align 2
 | 
			
		||||
	.data
 | 
			
		||||
	.align 2
 | 
			
		||||
enddata:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue