diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-28 14:12:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-28 14:12:10 +0000 |
commit | 5a31c1921922406134a885c582fa4e8bed909f3f (patch) | |
tree | 656b580954f1a396ecba696826a545ff876125eb /libexec/ld.so/amd64 | |
parent | 495a47af5643c80ebc6e396e7db686c9e7932e79 (diff) |
whitespace
Diffstat (limited to 'libexec/ld.so/amd64')
-rw-r--r-- | libexec/ld.so/amd64/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/amd64/ldasm.S b/libexec/ld.so/amd64/ldasm.S index e5e191ad5e5..9f18b87617a 100644 --- a/libexec/ld.so/amd64/ldasm.S +++ b/libexec/ld.so/amd64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.28 2017/08/27 21:59:52 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.29 2017/08/28 14:12:09 deraadt Exp $ */ /* * Copyright (c) 2002,2004 Dale Rahn @@ -42,7 +42,7 @@ _dl_start: subq $8, %rsp # align stack andq $~15, %rsp addq $8, %rsp - + pushq %rbx # save ps_strings subq $DL_DATA_SIZE, %rsp # allocate dl_data |