asloptions.c (a009b7dcabdc27aa3fdde1f2c6dd08d4fe5a3170) | asloptions.c (f9a6772ec354ef7acdcc3de0167e31461ab78a38) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: asloptions - compiler command line processing 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 205 unchanged lines hidden (view full) --- 214 215 if (AslGbl_DoTemplates) 216 { 217 Status = DtCreateTemplates (argv); 218 if (ACPI_FAILURE (Status)) 219 { 220 exit (-1); 221 } | 1/****************************************************************************** 2 * 3 * Module Name: asloptions - compiler command line processing 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 205 unchanged lines hidden (view full) --- 214 215 if (AslGbl_DoTemplates) 216 { 217 Status = DtCreateTemplates (argv); 218 if (ACPI_FAILURE (Status)) 219 { 220 exit (-1); 221 } |
222 exit (1); | 222 exit (0); |
223 } 224 225 /* Next parameter must be the input filename */ 226 227 if (!argv[AcpiGbl_Optind] && 228 !AcpiGbl_DisasmFlag) 229 { 230 printf ("Missing input filename\n"); --- 895 unchanged lines hidden --- | 223 } 224 225 /* Next parameter must be the input filename */ 226 227 if (!argv[AcpiGbl_Optind] && 228 !AcpiGbl_DisasmFlag) 229 { 230 printf ("Missing input filename\n"); --- 895 unchanged lines hidden --- |