ref: fb5c60b6fcf35cb907a0b651157721b1005843c4
parent: 7629543e3e110d1dd013996c5c15dbe474d65718
parent: 3243a789597147506715cff9c5ccd5d107737726
author: zhilwang <zhilwang@cisco.com>
date: Sun Feb 1 12:38:59 EST 2015
Merge pull request #1782 from mstorsjo/avoid-yasm-warnings Move DEFAULT REL into the x86_64 cases
--- a/codec/common/x86/asm_inc.asm
+++ b/codec/common/x86/asm_inc.asm
@@ -60,10 +60,10 @@
; Macros
;***********************************************************************
-DEFAULT REL
-
%ifdef WIN64 ; Windows x64 ;************************************
+DEFAULT REL
+
BITS 64
%define arg1 rcx
@@ -113,6 +113,8 @@
%define retrd eax
%elifdef UNIX64 ; Unix x64 ;************************************
+
+DEFAULT REL
BITS 64