Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 204 → Rev 205

/SPARTAN/trunk/arch/ia64/src/asm.S
30,19 → 30,8
 
.global memcpy
memcpy:
/*
* Switch the role of first two arguments
*/
sub r33 = r33, r32 ;;
add r32 = r32, r33 ;;
sub r33 = r32, r33
br _memcopy
br _memcpy
 
.global memcopy
memcopy:
br _memcopy
 
.global memsetb
memsetb:
br _memsetb