diff options
Diffstat (limited to 'Boot/Sources/ProgramLoader.cxx')
| -rw-r--r-- | Boot/Sources/ProgramLoader.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Boot/Sources/ProgramLoader.cxx b/Boot/Sources/ProgramLoader.cxx index 41bade3d..b88f4384 100644 --- a/Boot/Sources/ProgramLoader.cxx +++ b/Boot/Sources/ProgramLoader.cxx @@ -49,8 +49,7 @@ namespace Boot } else { - // probably a binary blob. - fStartAddress = fBlob; + writer.Write("newosldr: Exec format error.\r"); } } |
