]> granicus.if.org Git - libx264/commitdiff
nasm doesn't like align(nop) in structs
authorLoren Merritt <pengvado@akuvian.org>
Tue, 25 Mar 2008 03:31:46 +0000 (21:31 -0600)
committerLoren Merritt <pengvado@akuvian.org>
Tue, 25 Mar 2008 03:31:46 +0000 (21:31 -0600)
common/x86/cabac-a.asm

index 9c21096a225cbd3aa63b346eb73cca8609053a46..1708a06adf38cb828006472d279198ab4e581cd0 100644 (file)
@@ -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