[Wisp-cvs] wisp/modules universal.wrti,1.18,1.19
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-18 21:03:22
|
Update of /cvsroot/wisp/wisp/modules In directory usw-pr-cvs1:/tmp/cvs-serv29220/modules Modified Files: universal.wrti Log Message: Moved |%record-type-ref-slot| from records.nasm to misc.wth . Index: universal.wrti =================================================================== RCS file: /cvsroot/wisp/wisp/modules/universal.wrti,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- universal.wrti 18 Sep 2002 21:02:25 -0000 1.18 +++ universal.wrti 18 Sep 2002 21:03:20 -0000 1.19 @@ -114,10 +114,10 @@ jump) ;; Conditional branch hooks - ;; In the future, the translator may generate virtual references to - ;; these macros. The stack layout will be ( arg ... jump-target ). + ;; The translator may generate virtual references to these macros. + ;; The stack layout is ( arg ... jump-target ). ;; Note that this code *must not* change stack depth; in the - ;; future-futue, it might get checked. + ;; future, it might get checked. (macro \=?j (->reg 2) |