common-lisp.net
/
projects/cmucl/cmucl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3de1b87
)
When emitter has holes, print out name of offending emitter.
author
Raymond Toy
<toy.raymond@gmail.com>
Sun, 2 Dec 2012 17:31:02 +0000 (09:31 -0800)
committer
Raymond Toy
<toy.raymond@gmail.com>
Sun, 2 Dec 2012 17:31:02 +0000 (09:31 -0800)
src/compiler/new-assem.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/compiler/new-assem.lisp
b/src/compiler/new-assem.lisp
index
5492eb7
..
d9fdb32
100644
(file)
--- a/
src/compiler/new-assem.lisp
+++ b/
src/compiler/new-assem.lisp
@@
-1614,7
+1614,7
@@
,arg)
(svref bytes end-byte))))))))))
(unless (= overall-mask -1)
- (error (intl:gettext "There are holes.")))
+ (error (intl:gettext "There are holes in emitter ~S.") name))
(let ((forms nil))
(dotimes (i num-bytes)
(let ((pieces (svref bytes i)))