diff src/main.c @ 74:c8c772ef5df9

Checkpointing object target implementation
author lost
date Thu, 08 Jan 2009 01:18:40 +0000
parents b962cee20bf4
children dbf1b926c2f1
line wrap: on
line diff
--- a/src/main.c	Thu Jan 08 01:18:09 2009 +0000
+++ b/src/main.c	Thu Jan 08 01:18:40 2009 +0000
@@ -132,7 +132,7 @@
 				"Generate DECB .bin format output, equivalent of --format=decb"},
 	{ "raw",		'r',	0,		0,
 				"Generate raw binary format output, equivalent of --format=raw"},
-	{ "obj",		0,		0,		0,
+	{ "obj",		0x100,		0,		0,
 				"Generate proprietary object file format for later linking, equivalent of --format=obj" },
 	{ 0 }
 };