chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rand/rand-x86ish.S: Hoist argument register allocation outside.
[catacomb]
/
utils
/
psstest-xlate.lisp
diff --git
a/utils/psstest-xlate.lisp
b/utils/psstest-xlate.lisp
index 47930f5428c44529a5a001c636dc206c911e7109..a6a34ead65f5c60cb274a1868adf9bb7129f1265 100644
(file)
--- a/
utils/psstest-xlate.lisp
+++ b/
utils/psstest-xlate.lisp
@@
-58,12
+58,12
@@
(defun parse-stanza (stream)
0x~A
\"~A\" 0 \"\"
~A-mgf ~:*~A ~A~)~%"
-
nbits
+ nbits
out
hash
(get mech 'hash)
(get mech 'hashsz))
t)))))
-
+
(with-open-file (str "/tmp/mdw/psstests")
(parse-stanza str))