Update of /cvsroot/wisp/wisp/wa
In directory usw-pr-cvs1:/tmp/cvs-serv30091
Modified Files:
cupid.wth
Log Message:
Fixed the usage of |sp@| in cupid.wth .
Index: cupid.wth
===================================================================
RCS file: /cvsroot/wisp/wisp/wa/cupid.wth,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cupid.wth 8 Aug 2002 17:20:00 -0000 1.1
+++ cupid.wth 8 Sep 2002 11:27:24 -0000 1.2
@@ -48,7 +48,7 @@
(defun _start
"CPU vendor: " type
cpu_vendor
- sp@ 12 type cr
+ (flush) sp@ 12 type cr
drop drop drop
"CPUID level: " type
cpuid_level hexprint cr
|