summaryrefslogtreecommitdiff
path: root/nasm.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-06-27 22:07:33 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-06-27 22:07:33 -0700
commit31b707bef0af5fffe7c507089e1e281925b13aae (patch)
tree694e0784b6cf601eed73edcdde4ceb4dd2872255 /nasm.c
parent2b1f51f1cac1e6b7b75d226b2e01329365319d0d (diff)
downloadnasm-31b707bef0af5fffe7c507089e1e281925b13aae.tar.gz
Move backend-specific code to output/; break out null debug stuff
Move backend-specific code into the output/ directory, and make the null debugging backend a separate file (it certainly isn't needed for ndisasm...) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'nasm.c')
-rw-r--r--nasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm.c b/nasm.c
index 632d7949..2819b66b 100644
--- a/nasm.c
+++ b/nasm.c
@@ -29,7 +29,7 @@
#include "eval.h"
#include "assemble.h"
#include "labels.h"
-#include "outform.h"
+#include "output/outform.h"
#include "listing.h"
struct forwrefinfo { /* info held on forward refs. */