Subversion Repositories HelenOS

Rev

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

Rev 2407 Rev 2464
Line 1... Line 1...
1
#
1
#
2
# Copyright (c) 2003-2004 Jakub Jermar, 2007 Petr Stepan
2
# Copyright (c) 2007 Petr Stepan
3
# All rights reserved.
3
# All rights reserved.
4
#
4
#
5
# Redistribution and use in source and binary forms, with or without
5
# Redistribution and use in source and binary forms, with or without
6
# modification, are permitted provided that the following conditions
6
# modification, are permitted provided that the following conditions
7
# are met:
7
# are met:
Line 55... Line 55...
55
	ldmia r0!, {sp, lr}
55
	ldmia r0!, {sp, lr}
56
	ldmia r0!, {r4-r11}
56
	ldmia r0!, {r4-r11}
57
	
57
	
58
	mov r0, #0
58
	mov r0, #0
59
	mov pc, lr
59
	mov pc, lr
60
 
-