Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3842)

Unified Diff: celt/arm/arm2gnu.pl

Issue 450213003: Merge http://git.xiph.org/?p=opus.git;a=commitdiff;h=e70faf98b0465e4f278c72ce2d7b4ad10221a2f2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | celt/arm/celt_pitch_xcorr_arm.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: celt/arm/arm2gnu.pl
===================================================================
--- celt/arm/arm2gnu.pl (revision 256783)
+++ celt/arm/arm2gnu.pl (working copy)
@@ -49,6 +49,8 @@
$thumb = 0; # ARM mode by default, not Thumb.
@proc_stack = ();
+printf (" .syntax unified\n");
+
LINE:
while (<>) {
« no previous file with comments | « no previous file | celt/arm/celt_pitch_xcorr_arm.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698