diff options
Diffstat (limited to 'ports/sysdeps/unix/alpha/sysdep.S')
-rw-r--r-- | ports/sysdeps/unix/alpha/sysdep.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/unix/alpha/sysdep.S b/ports/sysdeps/unix/alpha/sysdep.S index efd87fb4f9..cc5846d12f 100644 --- a/ports/sysdeps/unix/alpha/sysdep.S +++ b/ports/sysdeps/unix/alpha/sysdep.S @@ -21,7 +21,7 @@ #if defined(PIC) /* Put this at the end of libc's text segment so that all of - the direct branches from the syscalls are forward, and + the direct branches from the syscalls are forward, and thus predicted not taken. */ .section .text.last, "ax", @progbits #else |