Deleted Added
full compact
asloptions.c (284583) asloptions.c (285797)
1/******************************************************************************
2 *
3 * Module Name: asloptions - compiler command line processing
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2015, Intel Corp.

--- 272 unchanged lines hidden (view full) ---

281 break;
282
283 case 'l': /* Use legacy ASL code (not ASL+) for disassembly */
284
285 Gbl_DoCompile = FALSE;
286 AcpiGbl_CstyleDisassembly = FALSE;
287 break;
288
1/******************************************************************************
2 *
3 * Module Name: asloptions - compiler command line processing
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2015, Intel Corp.

--- 272 unchanged lines hidden (view full) ---

281 break;
282
283 case 'l': /* Use legacy ASL code (not ASL+) for disassembly */
284
285 Gbl_DoCompile = FALSE;
286 AcpiGbl_CstyleDisassembly = FALSE;
287 break;
288
289 case 'v':
290
291 AcpiGbl_DbOpt_Verbose = TRUE;
292 break;
293
289 default:
290
291 printf ("Unknown option: -d%s\n", AcpiGbl_Optarg);
292 return (-1);
293 }
294
295 Gbl_DisasmFlag = TRUE;
296 break;

--- 576 unchanged lines hidden ---
294 default:
295
296 printf ("Unknown option: -d%s\n", AcpiGbl_Optarg);
297 return (-1);
298 }
299
300 Gbl_DisasmFlag = TRUE;
301 break;

--- 576 unchanged lines hidden ---