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

Side by Side Diff: fusl/src/setjmp/mips/setjmp.s

Issue 1712063002: [fusl] Consistently name asm files .s, not .S (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « fusl/src/setjmp/mips/setjmp.S ('k') | fusl/src/string/arm/memcpy_le.S » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .set noreorder 1 .set noreorder
2 2
3 .global __setjmp 3 .global __setjmp
4 .global _setjmp 4 .global _setjmp
5 .global setjmp 5 .global setjmp
6 .type __setjmp,@function 6 .type __setjmp,@function
7 .type _setjmp,@function 7 .type _setjmp,@function
8 .type setjmp,@function 8 .type setjmp,@function
9 __setjmp: 9 __setjmp:
10 _setjmp: 10 _setjmp:
(...skipping 19 matching lines...) Expand all
30 swc1 $25, 76($4) 30 swc1 $25, 76($4)
31 swc1 $26, 80($4) 31 swc1 $26, 80($4)
32 swc1 $27, 84($4) 32 swc1 $27, 84($4)
33 swc1 $28, 88($4) 33 swc1 $28, 88($4)
34 swc1 $29, 92($4) 34 swc1 $29, 92($4)
35 swc1 $30, 96($4) 35 swc1 $30, 96($4)
36 swc1 $31, 100($4) 36 swc1 $31, 100($4)
37 #endif 37 #endif
38 jr $ra 38 jr $ra
39 li $2, 0 39 li $2, 0
OLDNEW
« no previous file with comments | « fusl/src/setjmp/mips/setjmp.S ('k') | fusl/src/string/arm/memcpy_le.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698