Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
1e51cf04
Commit
1e51cf04
authored
Nov 13, 2009
by
Zachary T Welch
Browse files
xscale_trace_t -> struct xscale_trace
Remove misleading typedef and redundant suffix from struct xscale_trace.
parent
e76d0856
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/target/xscale.h
View file @
1e51cf04
...
...
@@ -66,7 +66,7 @@ struct xscale_trace_data
struct
xscale_trace_data
*
next
;
};
typedef
struct
xscale_trace
_s
struct
xscale_trace
{
trace_status_t
capture_status
;
/* current state of capture run */
struct
image_s
*
image
;
/* source for target opcodes */
...
...
@@ -76,7 +76,7 @@ typedef struct xscale_trace_s
int
pc_ok
;
uint32_t
current_pc
;
armv4_5_state_t
core_state
;
/* current core state (ARM, Thumb, Jazelle) */
}
xscale_trace_t
;
};
struct
xscale_common
{
...
...
@@ -120,7 +120,7 @@ struct xscale_common
uint8_t
vector_catch
;
xscale_trace
_t
trace
;
struct
xscale_trace
trace
;
int
arch_debug_reason
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment