Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 717
Line 293... Line 293...
293
	fpu_ct_restore 30,$a0
293
	fpu_ct_restore 30,$a0
294
	fpu_ct_restore 31,$a0
294
	fpu_ct_restore 31,$a0
295
#endif	
295
#endif	
296
	j $ra
296
	j $ra
297
	nop
297
	nop
298
	
-
 
299
# THIS IS USERSPACE CODE
-
 
300
.global utext
-
 
301
utext:
-
 
302
	j $31
-
 
303
	nop
-
 
304
utext_end:
-
 
305
 
-
 
306
.data
-
 
307
.global utext_size
-
 
308
utext_size:
-
 
309
	.long utext_end-utext
-
 
310
 
-
 
311
 
-