diff options
Diffstat (limited to 'src/compiler/CompilerIR.h')
| -rw-r--r-- | src/compiler/CompilerIR.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h index b1c7427ee5..ba997158ff 100644 --- a/src/compiler/CompilerIR.h +++ b/src/compiler/CompilerIR.h @@ -504,6 +504,7 @@ struct CompilationUnit { /* SSA name for Method* */ int methodSReg; + RegLocation methodLoc; // Describes location of method* /* * Set to the Dalvik PC of the switch instruction if it has more than |