projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee9d17
)
coreparse.c: Fix a typo WORD_FTMX -> WORD_FMTX.
author
Stas Boukarev
<stassats@gmail.com>
Sun, 19 Feb 2012 04:00:08 +0000
(08:00 +0400)
committer
Stas Boukarev
<stassats@gmail.com>
Sun, 19 Feb 2012 04:00:08 +0000
(08:00 +0400)
src/runtime/coreparse.c
patch
|
blob
|
history
diff --git
a/src/runtime/coreparse.c
b/src/runtime/coreparse.c
index
884a9e1
..
28a08af
100644
(file)
--- a/
src/runtime/coreparse.c
+++ b/
src/runtime/coreparse.c
@@
-529,7
+529,7
@@
load_core_file(char *file, os_vm_offset_t file_offset)
}
ptr += remaining_len;
- FSHOW((stderr, "/new ptr=0x%"WORD_FTMX"\n", ptr));
+ FSHOW((stderr, "/new ptr=0x%"WORD_FMTX"\n", ptr));
}
SHOW("about to free(header)");
free(header);