From: Loren Merritt Date: Tue, 25 Mar 2008 03:31:46 +0000 (-0600) Subject: nasm doesn't like align(nop) in structs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41cd480c2b0b83a939effe01e855b9099d1124eb;p=libx264 nasm doesn't like align(nop) in structs --- diff --git a/common/x86/cabac-a.asm b/common/x86/cabac-a.asm index 9c21096a..1708a06a 100644 --- a/common/x86/cabac-a.asm +++ b/common/x86/cabac-a.asm @@ -54,11 +54,11 @@ struc cb .start: pointer 1 .p: pointer 1 .end: pointer 1 - align 16 + align 16, resb 1 .bits_encoded: resd 1 .state: resb 460 endstruc - + %macro LOAD_GLOBAL 4 %ifdef PIC64 ; this would be faster if the arrays were declared in asm, so that I didn't have to duplicate the lea