void
arch_handle_single_step_trap(os_context_t *context, int trap)
{
- unsigned int code = *((u32 *)(*os_context_pc_addr(context)));
+ unsigned int code = *((u32 *)(os_context_pc(context)));
int register_offset = code >> 11 & 0x1f;
handle_single_step_trap(context, trap, register_offset);
arch_skip_instruction(context);
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.8.3"
+"1.0.8.4"