Chromium Code Reviews| Index: third_party/x86inc/x86inc.asm |
| diff --git a/third_party/x86inc/x86inc.asm b/third_party/x86inc/x86inc.asm |
| index 7c57f8feb68f47dbfd843f4176e8e43a4460bfe3..5ebb58e51f2e3890e11549cdac4252667596f041 100644 |
| --- a/third_party/x86inc/x86inc.asm |
| +++ b/third_party/x86inc/x86inc.asm |
| @@ -512,6 +512,8 @@ DECLARE_REG 6, ebp, ebp, bp, null, [esp + stack_offset + 28] |
| %xdefine %1.skip_prologue %1 %+ .skip_prologue |
| %ifidn __OUTPUT_FORMAT__,elf |
| global %1:function hidden |
| + %elifidn __OUTPUT_FORMAT__,macho64 |
| + global %1:function hidden |
|
M-A Ruel
2015/05/15 23:51:29
This change doesn't seem related with the rest.
DaleCurtis
2015/05/15 23:57:45
Yeah this should be dropped, only the x86inc.asm i
chcunningham
2015/05/16 04:36:26
Dropped.
|
| %else |
| global %1 |
| %endif |