diff options
Diffstat (limited to 'src/thread/i386/syscall_cp.s')
-rw-r--r-- | src/thread/i386/syscall_cp.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread/i386/syscall_cp.s b/src/thread/i386/syscall_cp.s index 51905131..fa435f32 100644 --- a/src/thread/i386/syscall_cp.s +++ b/src/thread/i386/syscall_cp.s @@ -1,6 +1,5 @@ .text .global __syscall_cp_asm -.type __syscall_cp_asm,%function __syscall_cp_asm: pushl %ebx pushl %esi |