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
1e8bf255
Commit
1e8bf255
authored
Sep 08, 2008
by
oharboe
Browse files
typo fixed.
git-svn-id:
svn://svn.berlios.de/openocd/trunk@982
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
bc3474b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/helper/jim.c
View file @
1e8bf255
...
...
@@ -12076,7 +12076,7 @@ jim_get_s_us( jim_wide *s, jim_wide *us )
tmpres
|=
ft
.
dwLowDateTime
;
/* convert to unix representation */
tmpres
/=
10
;
tmpres -= DELTA_EPOC_IN_MICROSECS;
tmpres
-=
DELTA_EPOC
H
_IN_MICROSECS
;
*
s
=
(
tmpres
/
1000000ULL
);
*
us
=
(
tmpres
%
1000000ULL
);
...
...
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