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
f89d1cbf
Commit
f89d1cbf
authored
Sep 11, 2009
by
oharboe
Browse files
spelling mistake
git-svn-id:
svn://svn.berlios.de/openocd/trunk@2692
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
0dcfbec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/target/target.c
View file @
f89d1cbf
...
...
@@ -2334,7 +2334,7 @@ static int handle_load_image_command(struct command_context_s *cmd_ctx, char *cm
break
;
}
image_size
+=
length
;
command_print
(
cmd_ctx
,
"%u byte written at address 0x%8.8"
PRIx32
""
,
command_print
(
cmd_ctx
,
"%u byte
s
written at address 0x%8.8"
PRIx32
""
,
(
unsigned
int
)
length
,
image
.
sections
[
i
].
base_address
+
offset
);
}
...
...
@@ -4537,7 +4537,7 @@ static int handle_fast_load_image_command(struct command_context_s *cmd_ctx, cha
fastload
[
i
].
length
=
length
;
image_size
+=
length
;
command_print
(
cmd_ctx
,
"%u byte written at address 0x%8.8x"
,
command_print
(
cmd_ctx
,
"%u byte
s
written at address 0x%8.8x"
,
(
unsigned
int
)
length
,
((
unsigned
int
)(
image
.
sections
[
i
].
base_address
+
offset
)));
}
...
...
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