projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683215c
)
Fix spelling mistake in message.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 24 Nov 2004 00:51:43 +0000
(
00:51
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 24 Nov 2004 00:51:43 +0000
(
00:51
+0000)
src/userprog/process.c
patch
|
blob
|
history
diff --git
a/src/userprog/process.c
b/src/userprog/process.c
index 36c1bd0582437d280e630788d605ab9f87409bd1..78b3122b1b6e1dcb1db9ce12d804e46383785a71 100644
(file)
--- a/
src/userprog/process.c
+++ b/
src/userprog/process.c
@@
-227,7
+227,7
@@
load (const char *filename, void (**eip) (void), void **esp)
if (ehdr.e_machine != 3)
LOAD_ERROR (("ELF executable is not x86"));
if (ehdr.e_version != 1)
- LOAD_ERROR (("ELF executable hasunknown version %d",
+ LOAD_ERROR (("ELF executable has
unknown version %d",
(int) ehdr.e_version));
if (ehdr.e_phentsize != sizeof (struct Elf32_Phdr))
LOAD_ERROR (("bad ELF program header size"));