Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cb265c6
)
vppapigen: add endian_string for f64
44/20944/2
author
Paul Vinciguerra
<
[email protected]
>
Tue, 30 Jul 2019 22:24:41 +0000
(18:24 -0400)
committer
Andrew Yourtchenko
<
[email protected]
>
Wed, 31 Jul 2019 13:20:18 +0000
(13:20 +0000)
Type: fix
Change-Id: I35838baea21ead4a3f45d998ff225a513781d7ee
Signed-off-by: Paul Vinciguerra <
[email protected]
>
src/tools/vppapigen/vppapigen_c.py
patch
|
blob
|
history
diff --git
a/src/tools/vppapigen/vppapigen_c.py
b/src/tools/vppapigen/vppapigen_c.py
index
93d14f3
..
19efc99
100644
(file)
--- a/
src/tools/vppapigen/vppapigen_c.py
+++ b/
src/tools/vppapigen/vppapigen_c.py
@@
-228,6
+228,7
@@
endian_strings = {
'i16': 'clib_net_to_host_u16',
'i32': 'clib_net_to_host_u32',
'i64': 'clib_net_to_host_u64',
+ 'f64': 'clib_net_to_host_u64',
}