mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 18:11:31 +00:00
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:
parent
cb1238c083
commit
30bcb45627
@ -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".
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user