diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-08-18 23:06:47 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-08-18 23:06:47 +0000 |
| commit | e8e41d4cf89ccf226820df248b5b77b7554e2866 (patch) | |
| tree | 86d9dca4444f3dd95c01e414228db89af047a63f /lib/csu | |
| parent | 8f6270dbb450f2ac30f1998b6bfcb287bbd265de (diff) | |
Notes
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/ia64/crt1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/ia64/crt1.S b/lib/csu/ia64/crt1.S index 8740299595d8..10e1a63d17b4 100644 --- a/lib/csu/ia64/crt1.S +++ b/lib/csu/ia64/crt1.S @@ -108,7 +108,7 @@ _start: ;; } { .mfb - nop 0 + mov gp=GP nop 0 br.call.sptk b0=_init_tls } |
