Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
x264
Commits
41cd480c
Commit
41cd480c
authored
Mar 24, 2008
by
Loren Merritt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nasm doesn't like align(nop) in structs
parent
727377bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common/x86/cabac-a.asm
common/x86/cabac-a.asm
+2
-2
No files found.
common/x86/cabac-a.asm
View file @
41cd480c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment