summaryrefslogtreecommitdiffstats
path: root/vm/interp/Stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/interp/Stack.h')
-rw-r--r--vm/interp/Stack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/interp/Stack.h b/vm/interp/Stack.h
index 1b28d49d2..f2a481b29 100644
--- a/vm/interp/Stack.h
+++ b/vm/interp/Stack.h
@@ -146,6 +146,8 @@ struct StackSaveArea {
const u2* currentPc;
} xtra;
+ /* Native return pointer for JIT, or 0 if interpreted */
+ const u2* returnAddr;
#ifdef PAD_SAVE_AREA
u4 pad3, pad4, pad5;
#endif