Subversion Repositories freemyipod

Rev

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

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