From e29ae0bc7c48fffb80be2a775aeadb520a42f003 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 11 Oct 2016 00:00:32 -0400 Subject: arch: reloc.h (internal): fix definition of LDSO_ARCH for nt32 & nt64. --- arch/nt64/reloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/nt64') diff --git a/arch/nt64/reloc.h b/arch/nt64/reloc.h index 20abf44..eb3475e 100644 --- a/arch/nt64/reloc.h +++ b/arch/nt64/reloc.h @@ -1,4 +1,4 @@ -#define LDSO_ARCH "PE32+" +#define LDSO_ARCH "nt64" static int remap_rel(int type) { -- cgit v1.2.3