This commit is contained in:
Niclas Adlertz 2014-09-19 17:14:13 +02:00
commit 37c8ef911c
331 changed files with 14826 additions and 8842 deletions

View file

@ -634,7 +634,7 @@ static int nmethod_info(Nmethod_t *N)
/* scopes_pcs */
err = ps_pread(J->P, nm + OFFSET_nmethod_scopes_pcs_offset, &N->scopes_pcs_beg, SZ32);
CHECK_FAIL(err);
err = ps_pread(J->P, nm + OFFSET_nmethod_handler_table_offset, &N->scopes_pcs_end, SZ32);
err = ps_pread(J->P, nm + OFFSET_nmethod_dependencies_offset, &N->scopes_pcs_end, SZ32);
CHECK_FAIL(err);
/* scopes_data */