This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] New GDB Port CR16


On Tue, Aug 28, 2012 at 10:45 AM, Kaushik Phatak wrote:
> +	    switch(a)

needs a space there:
switch (a)

> +	      case  TRAP_BREAKPOINT:
> +	      case  SIGTRAP:  /* supervisor call ? */

just one space after "case"

also, the comment should have two spaces before the */:
/* Supervisor call ?  */

otherwise looks fine
-mike


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]