projects
/
tools
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b77ab
)
ignore non-existance of qemu binfmt file
00/292600/1
author
sk7.park
<sk7.park@samsung.com>
Wed, 10 May 2023 05:41:55 +0000
(14:41 +0900)
committer
sk7.park
<sk7.park@samsung.com>
Wed, 10 May 2023 05:41:55 +0000
(14:41 +0900)
Change-Id: Ieddb926463b386993df0619c93d4f6699f2d7ff0
initvm.c
patch
|
blob
|
history
diff --git
a/initvm.c
b/initvm.c
index b5f64cfd31c40e7bf2ebac08d830a1a6f4a1c183..417f8a6e84ac6d85062f834963314d26a61ea206 100644
(file)
--- a/
initvm.c
+++ b/
initvm.c
@@
-280,7
+280,7
@@
enum okfail binfmt_register(char *datafile, char *regfile)
fprintf(stderr,
"%s: line %d: interpreter '%s' not found,"
" ignoring, return %d\n", datafile, line, f[interpreter], ret);
- continue;
+
//
continue;
}
if (!write_file_string(regfile, buf)) {