[gforth] / gforth / backtrac.fs  

gforth: gforth/backtrac.fs

Diff for /gforth/backtrac.fs between version 1.13 and 1.15

version 1.13, Fri May 26 21:18:45 2006 UTC version 1.15, Sun Dec 31 13:39:11 2006 UTC
Line 1 
Line 1 
 \ backtrace handling  \ backtrace handling
   
 \ Copyright (C) 1999,2000,2003,2004 Free Software Foundation, Inc.  \ Copyright (C) 1999,2000,2003,2004,2006 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 66 
Line 66 
     else \ throw by signal handler with insufficient information      else \ throw by signal handler with insufficient information
         handler @ cell - \ beyond that we know nothing          handler @ cell - \ beyond that we know nothing
     then      then
     backtrace-rp0 @ [ 2 cells ]L - over - 0 max ;      backtrace-rp0 @ [ 1 cells ]L - over - 0 max ;
   
 :noname ( -- )  :noname ( -- )
     backtrace-return-stack      backtrace-return-stack


Generate output suitable for use with a patch program
Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help