On 03 Apr 2015 22:35, Jiri Gaisler wrote: > * exec.c (wpmask): New function to calculate address mask. > (dispatch_instruction): send WPT_TRAP when breakpoint is hit. Check on capitialize sentences -- "Send" here. comes up multiple times. > +static unsigned char > +wpmask (uint32 op3) > +{ > + switch (op3 & 3) { > + case 0: return 3; /* word */ > + case 1: return 0; /* byte */ > + case 2: return 1; /* half-word */ > + case 3: return 7; /* double word */ > + } > +} indentation needs fixing > +int > +check_wpw(struct pstate *sregs, int32 address, unsigned char mask) space before the ( -mike