Add missing empty line in spu_write_pc.

gdb/ChangeLog:

        * spu-tdep.c (spu_write_pc): Add empty line after local variable
        declarations.
This commit is contained in:
Joel Brobecker 2013-04-15 13:04:05 +00:00
parent cb1238c083
commit 30bcb45627
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-04-15 Joel Brobecker <brobecker@adacore.com>
* spu-tdep.c (spu_write_pc): Add empty line after local variable
declarations.
2013-04-13 Yao Qi <yao@codesourcery.com>
* ctf.c (_initialize_ctf): Include "completer.h".

View File

@ -1135,6 +1135,7 @@ spu_write_pc (struct regcache *regcache, CORE_ADDR pc)
{
/* Keep interrupt enabled state unchanged. */
ULONGEST old_pc;
regcache_cooked_read_unsigned (regcache, SPU_PC_REGNUM, &old_pc);
regcache_cooked_write_unsigned (regcache, SPU_PC_REGNUM,
(SPUADDR_ADDR (pc) & -4) | (old_pc & 3));