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

Unified Diff: fusl/src/signal/i386/sigsetjmp.s

Issue 1724903002: [fusl] Remove code for unsupported architectures (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/src/signal/i386/restore.s ('k') | fusl/src/signal/mips/restore.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/signal/i386/sigsetjmp.s
diff --git a/fusl/src/signal/i386/sigsetjmp.s b/fusl/src/signal/i386/sigsetjmp.s
deleted file mode 100644
index 690b251c4c9efea7e8bdb086415d803637514303..0000000000000000000000000000000000000000
--- a/fusl/src/signal/i386/sigsetjmp.s
+++ /dev/null
@@ -1,26 +0,0 @@
-.global sigsetjmp
-.global __sigsetjmp
-.type sigsetjmp,@function
-.type __sigsetjmp,@function
-sigsetjmp:
-__sigsetjmp:
- mov 8(%esp),%ecx
- jecxz 1f
-
- mov 4(%esp),%eax
- popl 24(%eax)
- mov %ebx,28+8(%eax)
- mov %eax,%ebx
-
-.hidden ___setjmp
- call ___setjmp
-
- pushl 24(%ebx)
- mov %ebx,4(%esp)
- mov %eax,8(%esp)
- mov 28+8(%ebx),%ebx
-
-.hidden __sigsetjmp_tail
- jmp __sigsetjmp_tail
-
-1: jmp ___setjmp
« no previous file with comments | « fusl/src/signal/i386/restore.s ('k') | fusl/src/signal/mips/restore.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698