Added a ".sect .text". The text "landed" in the bss segment.
This commit is contained in:
		
							parent
							
								
									5d188dee44
								
							
						
					
					
						commit
						79eab3513d
					
				
					 3 changed files with 3 additions and 0 deletions
				
			
		|  | @ -1,5 +1,6 @@ | |||
| .define _stime
 | ||||
| .extern _stime
 | ||||
| .sect .text | ||||
| .sect .rom | ||||
| .sect .data | ||||
| .sect .bss | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| .define _stty
 | ||||
| .extern _stty
 | ||||
| .sect .text | ||||
| .sect .rom | ||||
| .sect .data | ||||
| .sect .bss | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| .define _sync
 | ||||
| .extern _sync
 | ||||
| .sect .text | ||||
| .sect .rom | ||||
| .sect .data | ||||
| .sect .bss | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue