Make ctx->mainline the default output list.
Now D3D profile can insert output in front of disassembly, if needed.
--- a/mojoshader.c Fri Apr 04 09:45:04 2008 -0400
+++ b/mojoshader.c Fri Apr 04 09:48:55 2008 -0400
@@ -3366,7 +3366,7 @@
ctx->subroutines.tail = &ctx->subroutines.head;
ctx->mainline.tail = &ctx->mainline.head;
ctx->ignore.tail = &ctx->ignore.head;
- ctx->output = &ctx->globals;
+ ctx->output = &ctx->mainline;
const int profileid = find_profile_id(profile);
ctx->profileid = profileid;