From 89feda2e3e590e7787e9d9182bf1b9e8a4b7b638 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Dec 2014 04:57:55 +0100 Subject: (ARM ASM) Use .globl instead of .global --- arm/video_blend.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm/video_blend.S') diff --git a/arm/video_blend.S b/arm/video_blend.S index 170be8f..2e84cd6 100644 --- a/arm/video_blend.S +++ b/arm/video_blend.S @@ -1,7 +1,7 @@ .align 2 -.global expand_blend -.global expand_normal +.globl expand_blend +.globl expand_normal @ Input: @ r0 = screen_src_ptr -- cgit v1.2.3