X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=misc_armel.s;fp=misc_armel.s;h=fb057867aa56f79b916485b0ee265447025e7580;hb=d26b4a133fb940864309fc181e405f131363b828;hp=13079b6c0b447667d13857776fa727ff04177aca;hpb=e04794d5f28ce46fbb417592dfd2326a14653199;p=drnoksnes diff --git a/misc_armel.s b/misc_armel.s index 13079b6..fb05786 100644 --- a/misc_armel.s +++ b/misc_armel.s @@ -6,7 +6,7 @@ .text .global memcpy32 @ int *dest, int *src, int count -.type memcpy32, @function +.type memcpy32, function memcpy32: stmfd sp!, {r4,lr} @@ -37,7 +37,7 @@ mcp32_no_unal1: .size memcpy32, .-memcpy32 .global memset32 @ int *dest, int c, int count -.type memset32, @function +.type memset32, function memset32: stmfd sp!, {lr}