2014-12-04
2014-12-04 19:25:07 by Tobias S. Josefowitz <tobij@tobij.de>
-
35daa0cd8e6bdb827dc9b2d3aac25a340df02667
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: bill/master_archive_support
portability: avoid misaligned access
1256: Inside #if defined(PIKE_USE_MACHINE_CODE)
init_recovery (&new_catch_ctx->recovery, 0);
#endif
new_catch_ctx->save_expendible = Pike_fp->expendible;
- new_catch_ctx->continue_reladdr = ((INT32 *)addr)[0]
+ new_catch_ctx->continue_reladdr = (INT32)get_unaligned32(addr)
/* We need to run the entry prologue... */
- ENTRY_PROLOGUE_SIZE;