--- branches/release-1_2-branch/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm 2009/05/27 17:27:56 1864 +++ branches/release-1_2-branch/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm 2009/05/28 08:42:37 1865 @@ -20,7 +20,7 @@ ; * along with this program ; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: cbp_sse2.asm,v 1.10.2.1 2008-12-01 17:27:03 Isibaar Exp $ +; * $Id: cbp_sse2.asm,v 1.10.2.2 2009-05-28 08:42:37 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -64,7 +64,7 @@ ; Code ;============================================================================= -SECTION .rotext align=SECTION_ALIGN +TEXT ;----------------------------------------------------------------------------- ; uint32_t calc_cbp_sse2(const int16_t coeff[6*64]);