[Wisp-cvs] wisp/users/dig tran.py,1.83,1.84
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-17 08:34:25
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv10845 Modified Files: tran.py Log Message: added interpreter.hanging Index: tran.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- tran.py 17 May 2003 08:10:38 -0000 1.83 +++ tran.py 17 May 2003 08:34:21 -0000 1.84 @@ -279,6 +279,7 @@ interpreter.current = interpreter.text interpreter.recordee = None interpreter.regpath = [0] # for generating new registers +interpreter.hanging = {} default_output_names = {'elf': 'a.out', 'pe': 'untitled.exe'} verbose = 0 |