projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208d92d
)
thunk: improve readability of allocation loop
author
Aarushi Mehta
<mehta.aaru20@gmail.com>
Fri, 8 Mar 2019 19:43:19 +0000
(
01:13
+0530)
committer
Laurent Vivier
<laurent@vivier.eu>
Mon, 11 Mar 2019 17:48:20 +0000
(18:48 +0100)
Signed-off-by: Aarushi Mehta <mehta.aaru20@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <
a09acf9e093c09a70896bb9886370cf7f049f941
.camel@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
thunk.c
patch
|
blob
|
history
diff --git
a/thunk.c
b/thunk.c
index 17f3d320bb8eaa4e231ddea7c3e2ba2d374bd0bf..7f31cffe0968c87a83d59b27ecab2f1f79e78d99 100644
(file)
--- a/
thunk.c
+++ b/
thunk.c
@@
-86,7
+86,7
@@
void thunk_register_struct(int id, const char *name, const argtype *types)
#endif
/* now we can alloc the data */
- for
(i = 0;i < 2
; i++) {
+ for
(i = 0; i < ARRAY_SIZE(se->field_offsets)
; i++) {
offset = 0;
max_align = 1;
se->field_offsets[i] = g_new(int, nb_fields);