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

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

269
270 AcpiGbl_NoResourceDisassembly = TRUE;
271 break;
272
273 case 'c':
274
275 break;
276
1/******************************************************************************
2 *
3 * Module Name: asloptions - compiler command line processing
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2015, Intel Corp.

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

269
270 AcpiGbl_NoResourceDisassembly = TRUE;
271 break;
272
273 case 'c':
274
275 break;
276
277 case 'f':
278
279 AcpiGbl_ForceAmlDisassembly = TRUE;
280 break;
281
277 case 'l': /* Use legacy ASL code (not ASL+) for disassembly */
278
279 Gbl_DoCompile = FALSE;
280 AcpiGbl_CstyleDisassembly = FALSE;
281 break;
282
283 default:
284

--- 582 unchanged lines hidden ---
282 case 'l': /* Use legacy ASL code (not ASL+) for disassembly */
283
284 Gbl_DoCompile = FALSE;
285 AcpiGbl_CstyleDisassembly = FALSE;
286 break;
287
288 default:
289

--- 582 unchanged lines hidden ---