On 03/02/2011 10:12 PM, Ulrich Weigand wrote: > This is OK, but please keep the indentation in cases like: > >> > - nextpc = (rn == 15) ? pc_val + 8 >> > + nextpc = (rn == ARM_PC_REGNUM) ? pc_val + 8 >> > : get_frame_register_unsigned (frame, rn); > (? and : should remain in the same column). Thanks for the quick review. Fix the indent and applied. -- Yao (齐尧)