8 lines
		
	
	
		
			78 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			78 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| .sect .text
 | |
| .extern	__fchmod
 | |
| .define	_fchmod
 | |
| .align 2
 | |
| 
 | |
| _fchmod:
 | |
| 	jmp	__fchmod
 | 
