diff options
Diffstat (limited to 'bfd/demo64.c')
-rw-r--r-- | bfd/demo64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/demo64.c b/bfd/demo64.c index 283ff85..83db63e 100644 --- a/bfd/demo64.c +++ b/bfd/demo64.c @@ -24,7 +24,7 @@ /* Do not "beautify" the CONCAT* macro args. Traditional C will not remove whitespace added here, and thus will fail to concatenate the tokens. */ -#define MY(OP) CONCAT2 (demo_64_,OP) +#define MY(OP) CONCAT2 (aout64_,OP) #define TARGETNAME "demo64" #include "aoutf1.h" |