]> rtime.felk.cvut.cz Git - jailhouse.git/commit
tools: Fix loading of multiple images
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 9 May 2014 16:08:20 +0000 (18:08 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 9 May 2014 16:11:48 +0000 (18:11 +0200)
commitfb482f3ed116954e9dd0072830212d7415a8c1ea
tree87d8a2a6d6db318e908dd860ea19c70ae2c1bdab
parent35b7795e230eb0ff621c748eb56ffd9e6f5eae66
tools: Fix loading of multiple images

Regression of regression fix c7fc4f1b04: We were incrementing the image
pointer twice, once in the loop control statement and the second time in
the loop body. Remove the latter.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
tools/jailhouse.c