Subversion Repositories HelenOS

Rev

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

Rev 2332 Rev 2347
Line 1... Line 1...
1
#
1
#
2
# Copyright (c) 2005 Jakub Jermar
2
# Copyright (c) 2007 Michal Kebrt
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 45... Line 45...
45
	ldmia r0!, {r4-r11}
45
	ldmia r0!, {r4-r11}
46
 
46
 
47
	#return 0
47
	#return 0
48
	mov r0, #0
48
	mov r0, #0
49
	mov pc, lr
49
	mov pc, lr
-
 
50