SCaseTarget Struct Reference
SCaseTarget a pair of case value and target - for describing a switch instruction
More...
#include <MieAPI.h>
List of all members.
|
Public Attributes |
S32 | caseValue |
| value of the 'case'. Relevant only for the Java
|
IInstruction * | pTarget |
| target instruction if the switch value equals the
|
Detailed Description
This struct is used in the
STargetsArray struct, in order to describe a switch instruction. It contains a pair of case value, and the target to jump to if the value of the switch instruction equals to the case value.
The documentation for this struct was generated from the following file:
(C) Copyright Intel Corporation 2007-2008. All Rights Reserved.