8022188: Make zero compile after 8016131 and 8016697

Reviewed-by: dholmes, twisti
This commit is contained in:
Omair Majid 2013-08-06 12:28:46 -04:00
parent 68198af05c
commit 6e609cbc64
4 changed files with 25 additions and 13 deletions

View file

@ -141,7 +141,7 @@ inline intptr_t* frame::id() const {
return fp();
}
inline JavaCallWrapper* frame::entry_frame_call_wrapper() const {
inline JavaCallWrapper** frame::entry_frame_call_wrapper_addr() const {
return zero_entryframe()->call_wrapper();
}