Subversion Repositories HelenOS-historic

Rev

Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59 Rev 60
Line 31... Line 31...
31
.global memcpy
31
.global memcpy
32
memcpy:
32
memcpy:
33
	/*
33
	/*
34
	 * Switch the role of first two arguments
34
	 * Switch the role of first two arguments
35
	 */
35
	 */
36
	sub r33 = r32, r33	;;
36
	sub r33 = r33, r32	;;
37
	add r32 = r32, r33	;;
37
	add r32 = r32, r33	;;
38
	sub r33 = r33, r32	
38
	sub r33 = r32, r33	
39
		
39
		
40
	br _memcopy
40
	br _memcopy