diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-02-20 20:25:35 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-02-20 20:25:35 -0500 |
commit | f409338a9e808a09001669377c608fd2803d808d (patch) | |
tree | 2eb5478cc7177d8480ed252cc8004d1b102f5acf /src/thread/powerpc | |
parent | 6bea5dc69892cd9ff0c222474e7dd468c29dfa75 (diff) | |
download | musl-f409338a9e808a09001669377c608fd2803d808d.tar.gz musl-f409338a9e808a09001669377c608fd2803d808d.tar.xz musl-f409338a9e808a09001669377c608fd2803d808d.zip |
prepare cancellation syscall asm for possibility of __cancel returning
Diffstat (limited to 'src/thread/powerpc')
-rw-r--r-- | src/thread/powerpc/syscall_cp.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread/powerpc/syscall_cp.s b/src/thread/powerpc/syscall_cp.s index 2c97ca04..0c7869cc 100644 --- a/src/thread/powerpc/syscall_cp.s +++ b/src/thread/powerpc/syscall_cp.s @@ -31,7 +31,6 @@ __cp_begin: beq+ cr7, 1f #jump to label 1 if r0 was 0 b __cancel #else call cancel - # (the return address is not needed, since __cancel never returns) 1: #ok, the cancel flag was not set # syscall: number goes to r0, the rest 3-8 |