Fix alignment error on amd64 (patch from Erik Boettcher).

SVN revision: 38402
This commit is contained in:
Kim Woelders 2009-01-01 13:59:21 +00:00
parent ed289422f3
commit 6c5afe6fa1
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
/*\ Some useful masks \*/
.data
.align 16
m0X000000: .byte 0, 0, 0, 0, 0, 0, 255, 0
.byte 0, 0, 0, 0, 0, 0, 255, 0
m10000000: .byte 0, 0, 0, 0, 0, 0, 0, 1

View File

@ -11,6 +11,7 @@
/*\ Some useful masks \*/
.data
.align 16
m0X000000: .byte 0, 0, 0, 0, 0, 0, 255, 0
.byte 0, 0, 0, 0, 0, 0, 255, 0
m10000000: .byte 0, 0, 0, 0, 0, 0, 0, 1