Branch: Tag:

2014-12-04

2014-12-04 19:25:07 by Tobias S. Josefowitz <tobij@tobij.de>

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;