• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/openocd/openocd-0002-fix-xscale-uninitialise-breakpoint_pc.patch
Jean-Christophe PLAGNIOL-VILLARDJean-Christophe PLAGNIOL-VILLARD committed 6c213d64b3e20 Sep 2011
Raw file
Source viewDiff to previous
 
1
xscale: fix uninitialise breakpoint_pc
2
​
3
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4
---
5
 src/target/xscale.c |    2 +-
6
 1 file changed, 1 insertion(+), 1 deletion(-)
7
​
8
Index: b/src/target/xscale.c
9
===================================================================
10
--- a/src/target/xscale.c
11
+++ b/src/target/xscale.c
12
@@ -2811,7 +2811,7 @@ static int xscale_analyze_trace(struct t
13
    struct xscale_common *xscale = target_to_xscale(target);
14
    struct xscale_trace_data *trace_data = xscale->trace.data;
15
    int i, retval;
16
-   uint32_t breakpoint_pc;
17
+   uint32_t breakpoint_pc = 0;
18
    struct arm_instruction instruction;
19
    uint32_t current_pc = 0;  /* initialized when address determined */
20
    
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.