Subversion Repositories HelenOS

Rev

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

Rev 416 Rev 435
Line 48... Line 48...
48
	
48
	
49
	/*
49
	/*
50
	 * Put RSE to enforced lazy mode.
50
	 * Put RSE to enforced lazy mode.
51
	 * So that ar.rnat can be read.
51
	 * So that ar.rnat can be read.
52
	 */
52
	 */
53
	movl loc5 = ~3
-
 
54
	and loc5 = loc3, loc5
53
	and loc5 = ~3, loc3
55
	mov ar.rsc = loc5
54
	mov ar.rsc = loc5
56
	mov loc5 = ar.rnat
55
	mov loc5 = ar.rnat
57
 
56
 
58
	.explicit
57
	.explicit
59
 
58