Deleted Added
full compact
aslwalks.c (278970) aslwalks.c (281396)
1/******************************************************************************
2 *
3 * Module Name: aslwalks.c - Miscellaneous analytical parse tree walks
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2015, Intel Corp.

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

247 {
248 return (AE_OK);
249 }
250 AnCheckMethodReturnValue (Op, OpInfo, ArgOp,
251 RequiredBtypes, ThisNodeBtype);
252 }
253 return (AE_OK);
254
1/******************************************************************************
2 *
3 * Module Name: aslwalks.c - Miscellaneous analytical parse tree walks
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2015, Intel Corp.

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

247 {
248 return (AE_OK);
249 }
250 AnCheckMethodReturnValue (Op, OpInfo, ArgOp,
251 RequiredBtypes, ThisNodeBtype);
252 }
253 return (AE_OK);
254
255 case AML_EXTERNAL_OP:
256 /*
257 * Not really a "runtime" opcode since it used by disassembler only.
258 * The parser will find any issues with the operands.
259 */
260 return (AE_OK);
261
255 default:
256
257 break;
258 }
259
260 /* Ignore the non-executable opcodes */
261
262 if (RuntimeArgTypes == ARGI_INVALID_OPCODE)

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

383
384 /* Hard to analyze argument types, sow we won't */
385 /* For now, just treat any arg as a typematch */
386
387 /* ThisNodeBtype = RequiredBtypes; */
388 break;
389
390 case PARSEOP_DEBUG:
262 default:
263
264 break;
265 }
266
267 /* Ignore the non-executable opcodes */
268
269 if (RuntimeArgTypes == ARGI_INVALID_OPCODE)

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

390
391 /* Hard to analyze argument types, sow we won't */
392 /* For now, just treat any arg as a typematch */
393
394 /* ThisNodeBtype = RequiredBtypes; */
395 break;
396
397 case PARSEOP_DEBUG:
391
392 break;
393
394 case PARSEOP_REFOF:
395 case PARSEOP_INDEX:
396 default:
397
398 break;
399
400 }
401 break;

--- 287 unchanged lines hidden ---
398 case PARSEOP_REFOF:
399 case PARSEOP_INDEX:
400 default:
401
402 break;
403
404 }
405 break;

--- 287 unchanged lines hidden ---