Subversion Repositories freemyipod

Rev

Rev 99 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 99 Rev 111
Line 200... Line 200...
200
	.ascii	"Unhandled syscall!\0"
200
	.ascii	"Unhandled syscall!\0"
201
 
201
 
202
 
202
 
203
.section .icode.usec_timer, "ax", %progbits
203
.section .icode.usec_timer, "ax", %progbits
204
.align 2
204
.align 2
205
.global read_5usec_timer
205
.global read_native_timer
206
.type read_5usec_timer, %function
206
.type read_native_timer, %function
207
read_5usec_timer:
207
read_native_timer:
208
	ldr	r0, val_3c700000
208
	ldr	r0, val_3c700000
209
	ldr	r1, [r0,#0x80]
209
	ldr	r1, [r0,#0x80]
210
	ldr	r0, [r0,#0x84]
210
	ldr	r0, [r0,#0x84]
211
	bx	lr
211
	bx	lr
212
.size read_5usec_timer, .-read_5usec_timer
212
.size read_native_timer, .-read_native_timer
213
 
213
 
214
.global read_usec_timer
214
.global read_usec_timer
215
.type read_usec_timer, %function
215
.type read_usec_timer, %function
216
read_usec_timer:
216
read_usec_timer:
217
	ldr	r0, val_3c700000
217
	ldr	r0, val_3c700000